Skip to content

Commit

Permalink
Revert "Autodesk#148 Hack to fix compilation failure"
Browse files Browse the repository at this point in the history
This reverts commit 8b6129f.
  • Loading branch information
anpilog committed Oct 6, 2021
1 parent a34cb4a commit 470a690
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/buildimplementationcpp.go
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 470a690

Please sign in to comment.