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)
1899
1899
// return (long long)ecst->GetValue();
1900
1900
// }
1901
1901
1902
- Cppyy::TCppScope_t Cppyy::InstantiateTemplateClass (
1902
+ Cppyy::TCppScope_t Cppyy::InstantiateTemplate (
1903
1903
TCppScope_t tmpl, Cpp::TemplateArgInfo* args, size_t args_size)
1904
1904
{
1905
1905
return Cpp::InstantiateTemplate (tmpl, args, args_size);
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ namespace Cppyy {
378
378
TCppIndex_t GetEnumDataValue (TCppScope_t scope);
379
379
380
380
RPY_EXPORTED
381
- TCppScope_t InstantiateTemplateClass (
381
+ TCppScope_t InstantiateTemplate (
382
382
TCppScope_t tmpl, Cpp::TemplateArgInfo* args, size_t args_size);
383
383
384
384
RPY_EXPORTED
You can’t perform that action at this time.
0 commit comments