]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/textctrl.cpp
compilation fix after last commit (apparently patch was misapplied)
[wxWidgets.git] / src / palmos / textctrl.cpp
index 13887eb9f4fc15ff3be27453be053109976af300..7302a7fe63fb5da64ec5e5dbe8179c9f1e7da965 100644 (file)
@@ -233,6 +233,10 @@ void wxTextCtrl::SetValue(const wxString& value)
 {
 }
 
+void wxTextCtrl::ChangeValue(const wxString& value)
+{
+}
+
 #if wxUSE_RICHEDIT && (!wxUSE_UNICODE || wxUSE_UNICODE_MSLU)
 
 // TODO: using memcpy() would improve performance a lot for big amounts of text
@@ -390,7 +394,7 @@ void wxTextCtrl::DoSetSelection(long from, long to, bool scrollCaret)
 // Working with files
 // ----------------------------------------------------------------------------
 
-bool wxTextCtrl::LoadFile(const wxString& file)
+bool wxTextCtrl::DoLoadFile(const wxString& file, int fileType)
 {
     return false;
 }