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:
parent
d5122e2a9c
commit
cdb2097cf5
2 changed files with 2 additions and 2 deletions
|
|
@ -151,7 +151,7 @@ namespace Swig {
|
|||
{
|
||||
}
|
||||
|
||||
int get_own()
|
||||
int get_own() const
|
||||
{
|
||||
return _own;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue