]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/window.h
Blind compilation fixes.
[wxWidgets.git] / include / wx / cocoa / window.h
index 4303324e0378cd1841ac6cb2e19d3cd8c993fd43..91e6fd0082c34215bf65ca432ed42d0a34f10d74 100644 (file)
@@ -100,7 +100,7 @@ public:
 #endif //def __OBJC__
 protected:
     // actually enable/disable the cocoa control, overridden by subclasses
-    virtual void CocoaSetEnabled(bool enable) { }
+    virtual void CocoaSetEnabled(bool WXUNUSED(enable)) { }
 
     void CocoaCreateNSScrollView();
     void InitMouseEvent(wxMouseEvent &event, WX_NSEvent cocoaEvent);