From: Oliver O. <fr...@us...> - 2007-02-28 00:15:40
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv20711 Modified Files: Tag: WIN32 sparktree.h Log Message: - had to include wx/wx.h for proper compilation on Mac Os / wx 2.5.3 Index: sparktree.h =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/sparktree.h,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** sparktree.h 10 Feb 2007 19:01:55 -0000 1.2.2.1 --- sparktree.h 28 Feb 2007 00:15:33 -0000 1.2.2.2 *************** *** 26,29 **** --- 26,30 ---- #include <zeitgeist/core.h> + #include <wx/wx.h> #include <wx/treectrl.h> *************** *** 31,35 **** { public: ! struct ItemData : public wxTreeItemData { public: --- 32,36 ---- { public: ! class ItemData : public wxTreeItemData { public: |