Browse Source

Ignored members that are of a template specialisation type, for the time being.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/126/head
Dimitar Dobrev 12 years ago
parent
commit
5234be8068
  1. 2
      src/Generator/Types/Types.cs

2
src/Generator/Types/Types.cs

@ -116,7 +116,7 @@ namespace CppSharp
Ignore(); Ignore();
return false; return false;
} }
Ignore();
return base.VisitTemplateSpecializationType(template, quals); return base.VisitTemplateSpecializationType(template, quals);
} }
} }

Loading…
Cancel
Save