]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/scoredg.cpp
even more fixes to last-minute wxFileSystem mods
[wxWidgets.git] / demos / forty / scoredg.cpp
index 136fff7021434633fbbc25dbf59bd243bbc8e929..fddbc0e3c4c783c8da222051df65544c7433714e 100644 (file)
@@ -11,7 +11,7 @@
 // Last modified: 22nd July 1998 - ported to wxWindows 2.0
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma implementation
 #pragma interface
 #endif
@@ -35,7 +35,7 @@
 #endif
 #else
 #include <strstream>
-using namespace std;
+//using namespace std;
 #endif
 #include "scorefil.h"
 #include "scoredg.h"