From 470a690e03582dce39788ae424df5801955ec6bf Mon Sep 17 00:00:00 2001 From: Andrii Anpilogov Date: Wed, 6 Oct 2021 12:32:56 -0700 Subject: [PATCH] Revert "#148 Hack to fix compilation failure" This reverts commit 8b6129f53e7fe4dfcb39f828663a07b6c60276c1. --- Source/buildimplementationcpp.go | 3 --- 1 file changed, 3 deletions(-) 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; }