]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statline.h
removed _WIN_IE from here, we normally shouldn't need it as it was moved to wrapcctl.h
[wxWidgets.git] / include / wx / statline.h
index f660c5d94365d0d5bfd6bb7676f3555479a203ba..6a8b7db0d5ccbbefd03be657775c6cdfeb2a8c46 100644 (file)
@@ -72,6 +72,8 @@ protected:
     {
         return AdjustSize(wxDefaultSize);
     }
+
+    DECLARE_NO_COPY_CLASS(wxStaticLineBase)
 };
 
 // ----------------------------------------------------------------------------
@@ -88,6 +90,8 @@ protected:
     #include "wx/os2/statline.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/statline.h"
+#elif defined(__WXCOCOA__)
+    #include "wx/cocoa/statline.h"
 #else // use generic implementation for all other platforms
     #include "wx/generic/statline.h"
 #endif