Browse Source

Disable the non-virtual methods from MI bases support until it goes through further testing.

pull/406/merge
triton 11 years ago
parent
commit
f6979115e0
  1. 2
      src/Generator/Passes/MultipleInheritancePass.cs

2
src/Generator/Passes/MultipleInheritancePass.cs

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

Loading…
Cancel
Save