File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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);
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments