]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tglbtn.cpp
Some of these are not in BASE, cahnge back to WXDLLEXPORT
[wxWidgets.git] / src / msw / tglbtn.cpp
index 02f1fc0f425d364493813da59dcb6d809696516d..352e727c77feecf022a382efe835346b3fc77261 100644 (file)
@@ -117,7 +117,7 @@ wxSize wxToggleButton::DoGetBestSize() const
    GetTextExtent(label, &wBtn, NULL);
 
    int wChar, hChar;
-   wxGetCharSize(GetHWND(), &wChar, &hChar, &GetFont());
+   wxGetCharSize(GetHWND(), &wChar, &hChar, GetFont());
 
    // add a margin - the button is wider than just its label
    wBtn += 3*wChar;