solaris warning fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8834 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-02-17 23:36:39 +00:00
commit e76b140baa

View file

@ -167,6 +167,7 @@ template<typename T> struct Base {
template<typename T> struct Derived : Base<T> {
int * method() const { return 0; }
IntegerPtr foxy() const { return 0; }
int * foxy(int a) const { return 0; }
virtual int * foxy(int*& a) { return 0; }
Double afunction() { return 0; }