fix ruby warnings

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6718 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-12 00:02:07 +00:00
commit d6a3c88c56

View file

@ -224,8 +224,8 @@ struct ConstMethods {
return(x+p);
}
typedef struct pointf {
typedef struct Pointf {
double x,y;
} pointf;
} Pointf;
}
%}