Skip to content

Commit 6c321c7

Browse files
aaronj0vgvassilev
authored andcommitted
Rename InterOp interface for template instantiation
1 parent 6f66cc3 commit 6c321c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clingwrapper/src/clingwrapper.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ Cppyy::TCppIndex_t Cppyy::GetEnumDataValue(TCppScope_t scope)
19021902
Cppyy::TCppScope_t Cppyy::InstantiateTemplateClass(
19031903
TCppScope_t tmpl, Cpp::TemplateArgInfo* args, size_t args_size)
19041904
{
1905-
return Cpp::InstantiateClassTemplate(tmpl, args, args_size);
1905+
return Cpp::InstantiateTemplate(tmpl, args, args_size);
19061906
}
19071907

19081908
void Cppyy::DumpScope(TCppScope_t scope)

0 commit comments

Comments
 (0)