warning fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9477 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-10-24 20:33:38 +00:00
commit 98ba2f78c5

View file

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