]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textentry.h
allow passing temporary functors to Bind() too (closes #10653)
[wxWidgets.git] / include / wx / msw / textentry.h
index 8f86d191b9658ce00b9c4a3da895208ec1a7d1b2..11141000a92838f1f348b33ab125a491ab60442c 100644 (file)
@@ -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