]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checkbox.h
Add the correct dll export macros
[wxWidgets.git] / include / wx / msw / checkbox.h
index dfdcf427188f872043eb4c4d012ebd51ce3fdd0c..275fed537bbbe3bb4daad16e5747852aec82f2e5 100644 (file)
@@ -42,6 +42,8 @@ public:
     virtual bool GetValue() const;
 
     // override some base class virtuals
+    virtual void SetLabel(const wxString& label);
+
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     virtual void Command(wxCommandEvent& event);
     virtual bool SetForegroundColour(const wxColour& colour);