X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/70c2fde399c932386368428f27d94d8929d5b393..8d8bd9bf15bca61cb80893667649c3d8ee21e2bb:/include/wx/generic/spinctlg.h?ds=inline 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