]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/srchctlg.h
removed wxSTRING_TEXT() macro in favour of wxS()
[wxWidgets.git] / include / wx / generic / srchctlg.h
index 05fe114b5e70aa8df73afc67e6fbbf90701354db..a520b52071ffbdfa292f0a037b29653d88563651 100644 (file)
@@ -203,7 +203,9 @@ public:
 #endif // wxUSE_MENUS
 
 protected:
-    virtual void DoSetValue(const wxString& value, int flags = 0);
+    virtual void DoSetValue(const wxString& value, int flags);
+    virtual bool DoLoadFile(const wxString& file, int fileType);
+    virtual bool DoSaveFile(const wxString& file, int fileType);
 
     // override the base class virtuals involved into geometry calculations
     virtual wxSize DoGetBestSize() const;