missing static variable added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7166 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-04-24 19:04:26 +00:00
commit 8b3b5d6a11

View file

@ -49,7 +49,7 @@ namespace Space {
static int smember;
// static short memberfunction() { return 0; } //javaout and jstype typemaps don't use fully qualified name, but other typemaps do
};
int Struct::smember = 0;
}
%}