X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f325fa52deb739f64536962b97e5db8eec9ee1c7..701a0b4766abbd9f2f8dee036004d77edc59c4d8:/src/stc/stc.h.in diff --git a/src/stc/stc.h.in b/src/stc/stc.h.in index 2592301f63..91148d3575 100644 --- a/src/stc/stc.h.in +++ b/src/stc/stc.h.in @@ -246,6 +246,7 @@ private: void OnListBox(wxCommandEvent& evt); void OnIdle(wxIdleEvent& evt); + virtual wxSize DoGetBestSize() const; // Turn notifications from Scintilla into events void NotifyChange();