X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9abe166a3073d9e9ceb0110429a45adc6517d76f..b28c70cf9fa9f9bf00f0387d6c7cf241383ad4a0:/include/wx/gtk1/control.h diff --git a/include/wx/gtk1/control.h b/include/wx/gtk1/control.h index 5ae7c44043..e7869e4f0e 100644 --- a/include/wx/gtk1/control.h +++ b/include/wx/gtk1/control.h @@ -46,6 +46,8 @@ public: virtual wxString GetLabel() const; protected: + virtual wxSize DoGetBestSize() const; + wxString m_label; char m_chAccel; // enabled to avoid breaking binary compatibility later on