mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Merge cleanup
This commit is contained in:
parent
72a9e0eaae
commit
7a7cbef5f4
@ -743,7 +743,6 @@ sub process_class($$$$$) {
|
|||||||
|
|
||||||
$$new_contents_ref .= $my_class_contents ;
|
$$new_contents_ref .= $my_class_contents ;
|
||||||
# write the class contents and semicolon to ensure any template declarations below are after the semicolon.
|
# write the class contents and semicolon to ensure any template declarations below are after the semicolon.
|
||||||
$$new_contents_ref .= "\n#if SWIG_VERSION > 0x040000\n\%pythoncode \%{\n __setattr__ = _swig_setattr_nondynamic_instance_variable(object.__setattr__)\n\%}\n#endif\n" ;
|
|
||||||
$$new_contents_ref .= $extracted . ";\n" ;
|
$$new_contents_ref .= $extracted . ";\n" ;
|
||||||
|
|
||||||
my $c_ = "$curr_namespace$class_name" ;
|
my $c_ = "$curr_namespace$class_name" ;
|
||||||
|
Loading…
Reference in New Issue
Block a user