]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/choice.h
make wxMouseState accessors const; document this class
[wxWidgets.git] / include / wx / choice.h
index 3127b083a5a6002804db0cfcf5e67b5f8b5542bb..e6e85a22413b10c6391011cb037e9771824a9507 100644 (file)
 // global data
 // ----------------------------------------------------------------------------
 
-extern WXDLLEXPORT_DATA(const char) wxChoiceNameStr[];
+extern WXDLLIMPEXP_DATA_CORE(const char) wxChoiceNameStr[];
 
 // ----------------------------------------------------------------------------
 // wxChoice allows to select one of a non-modifiable list of strings
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxChoiceBase : public wxControlWithItems
+class WXDLLIMPEXP_CORE wxChoiceBase : public wxControlWithItems
 {
 public:
     wxChoiceBase() { }