|
|
|
@ -94,7 +94,7 @@ namespace CppSharp.Passes |
|
|
|
if (AlreadyVisited(@class)) |
|
|
|
if (AlreadyVisited(@class)) |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
|
|
|
|
|
|
|
|
CheckNonVirtualInheritedFunctions(@class); |
|
|
|
//CheckNonVirtualInheritedFunctions(@class);
|
|
|
|
|
|
|
|
|
|
|
|
// skip the first base because we can inherit from one class
|
|
|
|
// skip the first base because we can inherit from one class
|
|
|
|
for (var i = 1; i < @class.Bases.Count; i++) |
|
|
|
for (var i = 1; i < @class.Bases.Count; i++) |
|
|
|
|