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:
parent
892e0202a6
commit
e76b140baa
1 changed files with 1 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue