X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a9fa0d6b59c5c299766b3ed71ccadeeebf3dbb8..9ae8168e5b1072e3a401abca3b0f40bc6afcc6ae:/include/wx/cocoa/textctrl.h?ds=sidebyside diff --git a/include/wx/cocoa/textctrl.h b/include/wx/cocoa/textctrl.h index 322fb99b48..b26da9254c 100644 --- a/include/wx/cocoa/textctrl.h +++ b/include/wx/cocoa/textctrl.h @@ -6,7 +6,7 @@ // Created: 2003/03/16 // RCS-ID: $Id: // Copyright: (c) 2003 David Elliott -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_TEXTCTRL_H__ @@ -114,6 +114,8 @@ public: // virtual void SelectAll(); virtual void SetEditable(bool editable); +protected: + virtual wxSize DoGetBestSize() const; }; #endif // __WX_COCOA_TEXTCTRL_H__