X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32c1cda24418c225fa2cff4b1416f7a3d62c88b1..c193b707eb53c05fba213449a271bf01c7279575:/include/wx/msw/choice.h diff --git a/include/wx/msw/choice.h b/include/wx/msw/choice.h index 2870c78b71..7cdfa9a577 100644 --- a/include/wx/msw/choice.h +++ b/include/wx/msw/choice.h @@ -73,9 +73,10 @@ public: protected: int m_noStrings; + virtual wxSize DoGetBestSize(); virtual void DoSetSize(int x, int y, - int width, int height, - int sizeFlags = wxSIZE_AUTO); + int width, int height, + int sizeFlags = wxSIZE_AUTO); }; #endif