]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/nodehnd.h
getting rid of wxBuffer
[wxWidgets.git] / contrib / utils / wxrcedit / nodehnd.h
index 25280b3ca1d7b7dbb6674ad57c52e8d94587f991..869c324fc4a41a54cc7968e603342be880258fc3 100644 (file)
@@ -7,7 +7,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
     #pragma interface "nodehnd.h"
 #endif
 
@@ -22,7 +22,7 @@ class WXDLLEXPORT wxListCtrl;
 class EditorFrame;
 
 #include "wx/treectrl.h"
-#include "wx/xml/xml.h"
+#include "wx/xrc/xml.h"
 #include "nodesdb.h"