]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/utils/wxrcedit/nodehnd.h
overseeing the obvious, there is already a perfect scroll call for HIView...
[wxWidgets.git] / contrib / utils / wxrcedit / nodehnd.h
index 25280b3ca1d7b7dbb6674ad57c52e8d94587f991..bfc98bea7374da4f8cf0e6ac166a94b6146af0da 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"
 
 
 
@@ -123,7 +123,7 @@ class NodeHandlerUnknown : public NodeHandler
     public:
         NodeHandlerUnknown() : NodeHandler(new NodeInfo) {}
         
-        virtual bool CanHandle(wxXmlNode *node) { return TRUE; }
+        virtual bool CanHandle(wxXmlNode *WXUNUSED(node)) { return TRUE; }
 };