Skip to content

Commit fad7b3a

Browse files
committed
- correct wrapper name
1 parent ef5fea0 commit fad7b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/local.i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ def readSBML(*args):
809809

810810
%define WRAP_LISTWRAPPER(CLASS)
811811

812-
%template ( ListWrapper ## CLASS ) ListWrapper<CLASS>;
812+
%template ( CLASS ## List ) ListWrapper<CLASS>;
813813

814814
%extend ListWrapper<CLASS>
815815
{

0 commit comments

Comments
 (0)