]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/textctrl.cpp
fixed IMPLEMENT_APP to work even if compiled with --with-themes and win32 or gtk...
[wxWidgets.git] / src / palmos / textctrl.cpp
index 13887eb9f4fc15ff3be27453be053109976af300..b27b0c5f3b04dd5934c91c05e5a15173552acd32 100644 (file)
@@ -390,7 +390,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;
 }