X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bc7db450b76e846e96e4f1ec62c4740f4372505..ca6911c361b04290fe1f0e64b616249b3b3d71ba:/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