]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ctrlsub.h
Use correct GTK macro in wx_gtk_widget_get_sensitive().
[wxWidgets.git] / include / wx / msw / ctrlsub.h
index d197bb1b012d6e5f3e0d7a63f5d07d8795b60741..9e3780cbfe672e339ec15a934172fddd7a43a327 100644 (file)
@@ -15,7 +15,7 @@
 // wxControlWithItems
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxControlWithItems : public wxControlWithItemsBase
+class WXDLLIMPEXP_CORE wxControlWithItems : public wxControlWithItemsBase
 {
 public:
     wxControlWithItems() { }
@@ -36,7 +36,7 @@ protected:
 
 private:
     DECLARE_ABSTRACT_CLASS(wxControlWithItems)
-    DECLARE_NO_COPY_CLASS(wxControlWithItems)
+    wxDECLARE_NO_COPY_CLASS(wxControlWithItems);
 };
 
 #endif // _WX_MSW_CTRLSUB_H_