Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv3164
Modified Files:
wxInterface.h MainDlg.h
Log Message:
Fixed DECLARE_APP
Index: wxInterface.h
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/wxInterface.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wxInterface.h 8 Dec 2003 01:08:10 -0000 1.2
+++ wxInterface.h 8 Dec 2003 01:39:02 -0000 1.3
@@ -31,11 +31,8 @@
// Include private headers
#include "wxInterface_wdr.h"
-#include "wxInterface.h"
#include "defines.h"
-DECLARE_APP(wxInterface)
-
/* Splashscreen class - only needed for OnCloseWindow event handling */
class CSplash: public wxSplashScreen {
public:
@@ -69,5 +66,7 @@
int GetLangType(const wxString lang);
void OnCloseSplash(wxCloseEvent &event);
};
+
+DECLARE_APP(wxInterface)
#endif
Index: MainDlg.h
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/MainDlg.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- MainDlg.h 30 Nov 2003 23:07:27 -0000 1.8
+++ MainDlg.h 8 Dec 2003 01:39:02 -0000 1.9
@@ -30,6 +30,7 @@
#endif
/* Include local headers */
+#include "wxInterface.h"
#include "wxInterface_wdr.h"
#include "defines.h"
#include "ServerWnd.h"
|