64 bit portability warnings fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9580 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
532ad9d08c
commit
c5a8c80883
4 changed files with 11 additions and 10 deletions
|
|
@ -21,6 +21,7 @@ struct Base {
|
|||
Base(int v = 0) : value(v) {}
|
||||
int value;
|
||||
virtual int method(int v) {
|
||||
return v;
|
||||
}
|
||||
};
|
||||
struct Derived : Base {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue