X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70c2fde399c932386368428f27d94d8929d5b393..18128cbb47b5775f20fb449dd34f36fa31776d51:/include/wx/generic/spinctlg.h diff --git a/include/wx/generic/spinctlg.h b/include/wx/generic/spinctlg.h index 973af21a18..c442db8e9b 100644 --- a/include/wx/generic/spinctlg.h +++ b/include/wx/generic/spinctlg.h @@ -92,7 +92,7 @@ public: protected: // override the base class virtuals involved into geometry calculations - virtual wxSize DoGetBestClientSize() const; + virtual wxSize DoGetBestSize() const; virtual void DoMoveWindow(int x, int y, int width, int height); // common part of all ctors