mirror of https://github.com/swig/swig
warning fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9477 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
99bb3e07b7
commit
845d50939c
|
@ -22,7 +22,7 @@
|
|||
class CPtr
|
||||
{
|
||||
public:
|
||||
CDerived* operator->(void) {return 0;};
|
||||
CDerived* operator->(void) {return 0;}
|
||||
};
|
||||
|
||||
int get_hello(CPtr ptr)
|
||||
|
|
Loading…
Reference in New Issue