Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16292

Modified Files:
        wxMSplash.cpp 
Log Message:
fixing compilation on Unix

Index: wxMSplash.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMSplash.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- wxMSplash.cpp       4 Jun 2006 18:41:18 -0000       1.1
+++ wxMSplash.cpp       4 Jun 2006 19:24:54 -0000       1.2
@@ -22,4 +22,10 @@
 #ifndef USE_PCH
 #  include "Mcommon.h"
+#  include "Mdefaults.h"
+#  include "MApplication.h"
+#  include "gui/wxMFrame.h"
+#  include "gui/wxIconManager.h"
+
+#  include <wx/timer.h>
 #endif
 
@@ -50,5 +56,5 @@
 #endif  //Win/Unix
 
-// under Windows, we might not have PNG support compiled in, btu we always have
+// under Windows, we might not have PNG support compiled in, but we always have
 // BMPs, so fall back to them
 #if defined(__WINDOWS__) && !wxUSE_PNG



_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to