diff --git a/Source/buildimplementationcpp.go b/Source/buildimplementationcpp.go index 842fb2e0..16b3f908 100644 --- a/Source/buildimplementationcpp.go +++ b/Source/buildimplementationcpp.go @@ -972,9 +972,6 @@ func buildOutCacheTemplateParameters (method ComponentDefinitionMethod, NameSpac } cppParamType := getCppParamType(param, NameSpace, true); - if param.ParamType == "class" || param.ParamType == "optionalclass" { - cppParamType = "IBase*"; - } result += cppParamType; }