Update of /cvsroot/fxruby/FXRuby/ext/fox/include
In directory usw-pr-cvs1:/tmp/cvs-serv32716/ext/fox/include
Modified Files:
Tag: release10
FXRbStream.h
Log Message:
Fixes related to SF Bug #535955. FXStream, FXFileStream and FXMemoryStream
were not implemented properly w.r.t. virtual functions and GC.
Index: FXRbStream.h
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/include/FXRbStream.h,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** FXRbStream.h 12 Jul 2001 19:44:18 -0000 1.1
--- FXRbStream.h 25 Apr 2002 16:48:34 -0000 1.1.2.1
***************
*** 33,37 ****
} \
FXbool cls::position(unsigned long p){ \
! return FXRbCallBoolMethod(this,"position",p); \
}
--- 33,37 ----
} \
FXbool cls::position(unsigned long p){ \
! return FXRbCallBoolMethod(this,"setPosition",p); \
}
|