[Fxruby-commits] CVS: FXRuby/swig-interfaces FXPacker.i,1.14,1.15
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-07-11 17:25:50
|
Update of /cvsroot/fxruby/FXRuby/swig-interfaces In directory usw-pr-cvs1:/tmp/cvs-serv9060 Modified Files: FXPacker.i Log Message: Changed DEFAULT_SPACING from a #define to a const FXint value. Index: FXPacker.i =================================================================== RCS file: /cvsroot/fxruby/FXRuby/swig-interfaces/FXPacker.i,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** FXPacker.i 19 Mar 2002 23:18:40 -0000 1.14 --- FXPacker.i 11 Jul 2002 17:25:47 -0000 1.15 *************** *** 22,26 **** // Default spacing ! #define DEFAULT_SPACING 4 %exception FXPacker::FXPacker "$action FXRbRegisterRubyObj(self, result);"; --- 22,26 ---- // Default spacing ! const FXint DEFAULT_SPACING = 4; %exception FXPacker::FXPacker "$action FXRbRegisterRubyObj(self, result);"; |