fix warnings

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6612 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-02 08:14:46 +00:00
commit 582b1b33a1

View file

@ -71,7 +71,7 @@ public:
%exception {
// default %exception
$action // default %exception
}
@ -105,7 +105,7 @@ char *foo() {return 0;}
%exception std::Vector::get {
// get %exception
$action; // get %exception
}
%inline %{