]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/control.h
fixed virtual function hiding for LoadBitmap()
[wxWidgets.git] / include / wx / gtk / control.h
index bcac0a83d82bd8827fa714b40cac92f6e2f1112f..0bbe956798d41409cd5da81dfca6bf29d02697c2 100644 (file)
@@ -23,7 +23,7 @@
 // classes
 //-----------------------------------------------------------------------------
 
-class wxControl;
+class WXDLLIMPEXP_CORE wxControl;
 
 //-----------------------------------------------------------------------------
 // wxControl
@@ -36,7 +36,7 @@ extern "C" {
     typedef GtkWidget* (*wxGtkWidgetNewFromAdj_t)(GtkAdjustment*);
 }
 
-class wxControl : public wxControlBase
+class WXDLLIMPEXP_CORE wxControl : public wxControlBase
 {
 public:
     wxControl();