This commit is contained in:
vis2k 2019-01-01 16:04:50 +01:00
parent 5129a78a6a
commit 20132046eb

View File

@ -1609,7 +1609,7 @@ static bool CheckSyncListStruct(TypeDefinition td)
bool didWork = false; bool didWork = false;
// are ANY parent clasess SyncListStruct // are ANY parent classes SyncListStruct
TypeReference parent = td.BaseType; TypeReference parent = td.BaseType;
while (parent != null) while (parent != null)
{ {