mirror of https://github.com/swig/swig
test case fix for languages that don't support the nspace feature
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11957 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
15dfd9f0e7
commit
b1c5940786
|
@ -31,8 +31,6 @@ namespace Outer {
|
|||
}
|
||||
%}
|
||||
|
||||
#endif
|
||||
|
||||
%extend Outer::Inner2::Color {
|
||||
Color() { return new Outer::Inner2::Color(); }
|
||||
~Color() { delete $self; }
|
||||
|
@ -48,3 +46,5 @@ namespace Outer {
|
|||
const Outer::Inner2::Color& col2c) {}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue