Update of /cvsroot/fxruby/FXRuby/ext/fox
In directory usw-pr-cvs1:/tmp/cvs-serv8367
Modified Files:
core_wrap.cpp
Log Message:
Index: core_wrap.cpp
===================================================================
RCS file: /cvsroot/fxruby/FXRuby/ext/fox/core_wrap.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** core_wrap.cpp 26 Mar 2002 23:58:38 -0000 1.56
--- core_wrap.cpp 27 Mar 2002 17:41:47 -0000 1.57
***************
*** 15365,15369 ****
_wrap_FXIconDict_initialize(int argc, VALUE *argv, VALUE self) {
FXApp *arg1 ;
! FXString *arg2 = (FXString *) &FXRbIconDict::defaultIconPath ;
FXRbIconDict *result;
--- 15365,15369 ----
_wrap_FXIconDict_initialize(int argc, VALUE *argv, VALUE self) {
FXApp *arg1 ;
! FXString *arg2 = (FXString *) &FXIconDict::defaultIconPath ;
FXRbIconDict *result;
|