X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bc7db450b76e846e96e4f1ec62c4740f4372505..68fe70ea1f131471b82747ee2759dba7a19a0c23:/include/wx/msw/textentry.h diff --git a/include/wx/msw/textentry.h b/include/wx/msw/textentry.h index 8f86d191b9..11141000a9 100644 --- a/include/wx/msw/textentry.h +++ b/include/wx/msw/textentry.h @@ -59,6 +59,8 @@ public: #endif // wxUSE_UXTHEME protected: + virtual wxString DoGetValue() const; + // this is really a hook for multiline text controls as the single line // ones don't need to ever scroll to show the selection but having it here // allows us to put Remove() in the base class