diff --git a/Libraries/UniversalEditor.Core/IO/Reader.cs b/Libraries/UniversalEditor.Core/IO/Reader.cs index dbbdb94d..99b2fa79 100644 --- a/Libraries/UniversalEditor.Core/IO/Reader.cs +++ b/Libraries/UniversalEditor.Core/IO/Reader.cs @@ -254,7 +254,7 @@ namespace UniversalEditor.IO return new DateTime(nYear, nMonth, nDay, nHour + gmtOffset, nMinute, nSecond, nSecondHundredths, DateTimeKind.Utc); } - protected internal int Read7BitEncodedInt() + public int Read7BitEncodedInt() { int num = 0; int num2 = 0;