]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/splitter.h
unused parameter warnings suppressed
[wxWidgets.git] / include / wx / generic / splitter.h
index 17e349a05106efdf789f6cfdeed427e37dd37c01..e2378b42d3e6ba34b2d6607117551027296f55f6 100644 (file)
@@ -281,7 +281,11 @@ public:
     }
 
 private:
     }
 
 private:
+#ifdef __MWERKS__
+    friend class wxSplitterWindow;
+#else
     friend wxSplitterWindow;
     friend wxSplitterWindow;
+#endif
 
     // data for the different types of event
     union
 
     // data for the different types of event
     union