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:
parent
f668d1def8
commit
d6a3c88c56
1 changed files with 2 additions and 2 deletions
|
|
@ -224,8 +224,8 @@ struct ConstMethods {
|
|||
return(x+p);
|
||||
}
|
||||
|
||||
typedef struct pointf {
|
||||
typedef struct Pointf {
|
||||
double x,y;
|
||||
} pointf;
|
||||
} Pointf;
|
||||
}
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue