]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/ctrlsub.h
Some wxComboCtrlBase member functions were enclosed within incorrect compatibility...
[wxWidgets.git] / include / wx / motif / ctrlsub.h
index dfa0915e6b50af1643e5e41de1b9710fbc079cf8..fef8e0a791745429670f4f2b716d472e23340ca5 100644 (file)
@@ -18,7 +18,7 @@
 // wxControlWithItems
 // ----------------------------------------------------------------------------
 
-class wxControlWithItems : public wxControlWithItemsGeneric
+class WXDLLIMPEXP_CORE wxControlWithItems : public wxControlWithItemsGeneric
 {
 public:
     wxControlWithItems() { }
@@ -33,7 +33,7 @@ protected:
 
 private:
     DECLARE_ABSTRACT_CLASS(wxControlWithItems)
-    DECLARE_NO_COPY_CLASS(wxControlWithItems)
+    wxDECLARE_NO_COPY_CLASS(wxControlWithItems);
 };
 
 #endif // _WX_MOTIF_CTRLSUB_H_