diff options
author | Marcelo Matus <mmatus@acms.arizona.edu> | 2006-02-22 21:54:19 +0000 |
---|---|---|
committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2006-02-22 21:54:19 +0000 |
commit | 347f2683fa35acf2ff617494923f24979f4326d6 (patch) | |
tree | bafd8827590ef3052ef77f1b8e4e613b0cae30c2 /Examples/test-suite/namespace_nested.i | |
parent | 37ae00fd6df0d2eff7176127e8052902a4f05768 (diff) | |
download | swig-347f2683fa35acf2ff617494923f24979f4326d6.tar.gz |
add more cases
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8868 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/namespace_nested.i')
-rw-r--r-- | Examples/test-suite/namespace_nested.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/test-suite/namespace_nested.i b/Examples/test-suite/namespace_nested.i index 70c0da721..63d871f3c 100644 --- a/Examples/test-suite/namespace_nested.i +++ b/Examples/test-suite/namespace_nested.i @@ -75,6 +75,10 @@ namespace oss namespace planargraph { // geos.planargraph namespace algorithm { // geos.planargraph.algorithm + class Bar { + }; + } + namespace algorithm { // geos.planargraph.algorithm class Foo { public: |