]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/button.cpp
fix typo from previous commit
[wxWidgets.git] / src / msw / button.cpp
index 63254151eb1b84994580c18a792d35575474c915..ef4380227774e4e6dc7ec86b73ea8b05baad5d27 100644 (file)
@@ -305,7 +305,7 @@ void wxButton::SetLabel(const wxString& label)
 
 wxSize wxButton::DoGetBestSize() const
 {
-    return wxMSWButton::ComputeBestSize(wx_const_cast(wxButton *, this));
+    return wxMSWButton::ComputeBestSize(const_cast<wxButton *>(this));
 }
 
 /* static */