Skip to content

Commit

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

Please sign in to comment.