]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/textctrl.h
adding wxArrayDouble for later use in graphics context APIs
[wxWidgets.git] / include / wx / palmos / textctrl.h
index 465d2134fad937d1a54aec2ae2826deb28468e7d..6b1bb1ba54160045b15fc09f5573ef07fc2998dc 100644 (file)
@@ -64,8 +64,8 @@ public:
     virtual void Replace(long from, long to, const wxString& value);
     virtual void Remove(long from, long to);
 
-    // load the controls contents from the file
-    virtual bool LoadFile(const wxString& file);
+    // load the control's contents from the file
+    virtual bool DoLoadFile(const wxString& file, int fileType);
 
     // clears the dirty flag
     virtual void MarkDirty();