From: Joschka B. <jbo...@us...> - 2007-02-13 15:51:20
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5471 Modified Files: inputwx.h Log Message: removed extra qualifier wxInput:: in constructor Index: inputwx.h =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/inputwx.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** inputwx.h 2 Jan 2006 20:28:49 -0000 1.1 --- inputwx.h 13 Feb 2007 15:51:09 -0000 1.2 *************** *** 28,32 **** { public: ! wxInput::wxInput(const wxKeyEvent& event, bool keyPress); }; --- 28,32 ---- { public: ! wxInput(const wxKeyEvent& event, bool keyPress); }; |