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