]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/button.h
Applied patch [ 858324 ] Calling EndModal inside an EVT_INIT_DIALOG event handler
[wxWidgets.git] / include / wx / button.h
index 1e7f14a0f77e406c309a569e209d1859fe953624..243487e6978a35568294d61c7ac61b0e92989ba0 100644 (file)
@@ -48,7 +48,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr;
 class WXDLLEXPORT wxButtonBase : public wxControl
 {
 public:
-    wxButtonBase() { }
+    wxButtonBase();
 
     // show the image in the button in addition to the label
     virtual void SetImageLabel(const wxBitmap& WXUNUSED(bitmap)) { }