This is a fix for MenuItem, on Mac OS it only has 1 constructor so the second one has #ifndef __WXMAC__ #endif around it Sean _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
Sean Long wrote:> This is a fix for MenuItem, on Mac OS it only has 1 constructor so the > second one has #ifndef __WXMAC__ > #endifSince that second constructor appears to be deprecated, I removed it entirely. Thanks, Kevin