Skip to content

Commit 6637158

Browse files
update header according to cppyy-backend (#104)
1 parent 22bbbfc commit 6637158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Cppyy.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ namespace Cppyy {
327327
TCppType_t GetType(const std::string& name, bool enable_slow_lookup = false);
328328
CPPYY_IMPORT
329329
bool AppendTypesSlow(const std::string &name,
330-
std::vector<Cpp::TemplateArgInfo>& types);
330+
std::vector<Cpp::TemplateArgInfo>& types,
331+
TCppScope_t parent = nullptr);
331332
CPPYY_IMPORT
332333
TCppType_t GetComplexType(const std::string& element_type);
333334
CPPYY_IMPORT

0 commit comments

Comments
 (0)