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:
William S Fulton 2010-04-01 18:12:48 +00:00
parent 15dfd9f0e7
commit b1c5940786
1 changed files with 2 additions and 2 deletions

View File

@ -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