X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32c1cda24418c225fa2cff4b1416f7a3d62c88b1..d30e0edda826c92918de02fade41f05d2c4417ca:/include/wx/msw/choice.h?ds=sidebyside 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