]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/nodehnd.h
Typos fixed and further clarification of the Python situation on Panther
[wxWidgets.git] / contrib / utils / wxrcedit / nodehnd.h
index 25280b3ca1d7b7dbb6674ad57c52e8d94587f991..945bc76d656709be9ed81d914dcc57d773777e7d 100644 (file)
@@ -7,7 +7,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "nodehnd.h"
 #endif
 
@@ -24,7 +24,7 @@ class EditorFrame;
 #include "wx/treectrl.h"
 #include "wx/xml/xml.h"
 #include "nodesdb.h"
-
+#include "wx/arrstr.h"