solaris warning fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9516 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
204dcb0b1c
commit
41df99482a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ void foo2(Foo<short> f, const Foo<short>& ff) {}
|
|||
%inline {
|
||||
class FFoo {
|
||||
public:
|
||||
char * Bar(bool b) const { return "x"; }
|
||||
char * Bar(bool b) const { return (char *)"x"; }
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue