X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/933be2dc3947b4a89d3951e8b34379ecf0467220..a68fb3fc385b9cbb3c66cb321887854a5224688f:/include/wx/stc/stc.h diff --git a/include/wx/stc/stc.h b/include/wx/stc/stc.h index d53593a846..091c57ced4 100644 --- a/include/wx/stc/stc.h +++ b/include/wx/stc/stc.h @@ -4710,6 +4710,7 @@ public: static wxVersionInfo GetLibraryVersionInfo(); protected: + virtual void DoSetValue(const wxString& value, int flags); virtual wxString DoGetValue() const { return GetText(); } virtual wxWindow *GetEditableWindow() { return this; }