]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
Minor changes, just trim trailing spaces in webview code.
[wxWidgets.git] / include / wx / choice.h
index 18d31d2c12c59926b6b0342e582f3adf3f04ddf8..46f27b9d8a838997cece1f223d551fac8f47fd4c 100644 (file)
@@ -59,7 +59,7 @@ public:
     virtual bool IsSorted() const { return HasFlag(wxCB_SORT); }
 
 private:
-    DECLARE_NO_COPY_CLASS(wxChoiceBase)
+    wxDECLARE_NO_COPY_CLASS(wxChoiceBase);
 };
 
 // ----------------------------------------------------------------------------
@@ -84,8 +84,6 @@ private:
     #include "wx/cocoa/choice.h"
 #elif defined(__WXPM__)
     #include "wx/os2/choice.h"
-#elif defined(__WXPALMOS__)
-    #include "wx/palmos/choice.h"
 #endif
 
 #endif // wxUSE_CHOICE