add missing 'const'

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7881 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-11-27 02:30:45 +00:00
commit cdb2097cf5
2 changed files with 2 additions and 2 deletions

View file

@ -151,7 +151,7 @@ namespace Swig {
{
}
int get_own()
int get_own() const
{
return _own;
}