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:
William S Fulton 2006-10-24 20:33:38 +00:00
parent 99bb3e07b7
commit 845d50939c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
class CPtr
{
public:
CDerived* operator->(void) {return 0;};
CDerived* operator->(void) {return 0;}
};
int get_hello(CPtr ptr)