Skip to content

Commit f8a2224

Browse files
aaronj0vgvassilev
authored andcommitted
Rename clingwrapper template instantiation API
1 parent 6c321c7 commit f8a2224

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clingwrapper/src/clingwrapper.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ Cppyy::TCppIndex_t Cppyy::GetEnumDataValue(TCppScope_t scope)
18991899
// return (long long)ecst->GetValue();
19001900
// }
19011901

1902-
Cppyy::TCppScope_t Cppyy::InstantiateTemplateClass(
1902+
Cppyy::TCppScope_t Cppyy::InstantiateTemplate(
19031903
TCppScope_t tmpl, Cpp::TemplateArgInfo* args, size_t args_size)
19041904
{
19051905
return Cpp::InstantiateTemplate(tmpl, args, args_size);

clingwrapper/src/cpp_cppyy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ namespace Cppyy {
378378
TCppIndex_t GetEnumDataValue(TCppScope_t scope);
379379

380380
RPY_EXPORTED
381-
TCppScope_t InstantiateTemplateClass(
381+
TCppScope_t InstantiateTemplate(
382382
TCppScope_t tmpl, Cpp::TemplateArgInfo* args, size_t args_size);
383383

384384
RPY_EXPORTED

0 commit comments

Comments
 (0)