Browse Source

Merge pull request #130 from akumetsuv/master

Bug fixes
pull/131/head
João Matos 13 years ago
parent
commit
57df67890e
  1. 2
      src/Generator/Types/CppTypePrinter.cs

2
src/Generator/Types/CppTypePrinter.cs

@ -165,7 +165,7 @@ namespace CppSharp.Types @@ -165,7 +165,7 @@ namespace CppSharp.Types
public string VisitInjectedClassNameType(InjectedClassNameType injected, TypeQualifiers quals)
{
throw new System.NotImplementedException();
return injected.Class.Visit(this);
}
public string VisitDependentNameType(DependentNameType dependent, TypeQualifiers quals)

Loading…
Cancel
Save