From: Markus R. <rol...@us...> - 2007-07-08 13:42:16
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15103 Modified Files: propertyframe.h Log Message: - minur cleanup Index: propertyframe.h =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/propertyframe.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** propertyframe.h 15 Mar 2007 07:26:24 -0000 1.3 --- propertyframe.h 8 Jul 2007 13:42:13 -0000 1.4 *************** *** 20,30 **** // -*- C++ -*- generated by wxGlade 0.4 on Sat Jan 21 16:34:57 2006 #include "property.h" #include <wx/wx.h> #include <wx/image.h> - #ifndef PROPERTYFRAME_H - #define PROPERTYFRAME_H - // begin wxGlade: ::dependencies #include <wx/listctrl.h> --- 20,30 ---- // -*- C++ -*- generated by wxGlade 0.4 on Sat Jan 21 16:34:57 2006 + #ifndef PROPERTYFRAME_H + #define PROPERTYFRAME_H + #include "property.h" #include <wx/wx.h> #include <wx/image.h> // begin wxGlade: ::dependencies #include <wx/listctrl.h> *************** *** 35,43 **** #include "propertylist.h" - namespace zeitgeist - { - class Leaf; - } - class propertyframe: public wxFrame { public: --- 35,38 ---- |