X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64fa6f167ebb404e5441eddcee5bbd0808466d7a..88ef3a57a47f840adea9d38bc11cb30689a0838a:/include/wx/choice.h diff --git a/include/wx/choice.h b/include/wx/choice.h index 12bf96c6e0..a594dba58e 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -16,9 +16,7 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "choicebase.h" -#endif +#include "wx/defs.h" #if wxUSE_CHOICE @@ -42,12 +40,6 @@ public: // all generic methods are in wxControlWithItems - // single selection logic - virtual void SetSelection(int n) = 0; - - // don't override this - virtual void Select(int n) { SetSelection(n); } - // set/get the number of columns in the control (as they're not supported on // most platforms, they do nothing by default) virtual void SetColumns(int WXUNUSED(n) = 1 ) { }