Add missing access modifiers
This commit is contained in:
Родитель
62ed85e268
Коммит
d8036c05f2
|
@ -7,7 +7,7 @@ using WasmLib.FileFormat.Instructions;
|
|||
|
||||
namespace WasmLib.Utils
|
||||
{
|
||||
static class BinaryReaderExtensions
|
||||
internal static class BinaryReaderExtensions
|
||||
{
|
||||
public static byte ReadVarUint7(this BinaryReader br)
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@ using System.IO;
|
|||
|
||||
namespace WasmLib.Utils
|
||||
{
|
||||
interface IDeserializable
|
||||
internal interface IDeserializable
|
||||
{
|
||||
void Read(BinaryReader br);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче