Fixed reference to PyObject* in rubyfragments.swg.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9704 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Gonzalo Garramuno 2007-04-29 19:41:42 +00:00
commit bf144023f5

View file

@ -8,7 +8,7 @@
%fragment(SWIG_AsVal_frag(int),"header") {
SWIGINTERNINLINE int
SWIG_AsVal(int)(PyObject *obj, int *val)
SWIG_AsVal(int)(VALUE obj, int *val)
{
<your code here>;
}