Browse Source

bug fixes

pull/130/head
João Mares 12 years ago
parent
commit
537ceda774
  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