Browse Source

Merge pull request #126 from ddobrev/master

Ignored members that are of a template specialisation type, for the time being
pull/127/head
João Matos 12 years ago
parent
commit
6967ea8ed5
  1. 2
      src/Generator/Types/Types.cs

2
src/Generator/Types/Types.cs

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

Loading…
Cancel
Save