]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fileconf.h
wxMSWGetColumnClicked must be dllexport'd to be used from another (adv) DLL
[wxWidgets.git] / include / wx / fileconf.h
index 140b7071576452f273645771ba2897abf9236cd2..0c42cfe4cf0275cd35ae6ba325ca281518344637 100644 (file)
@@ -111,8 +111,8 @@ public:
   //
   // where file is the basename of szFile, ext is its extension
   // or .conf (Unix) or .ini (Win) if it has none
-  static wxString GetGlobalFileName(const wxChar *szFile);
-  static wxString GetLocalFileName(const wxChar *szFile);
+  static wxString GetGlobalFileName(const wxString& file);
+  static wxString GetLocalFileName(const wxString& file);
 
   // ctor & dtor
     // New constructor: one size fits all. Specify wxCONFIG_USE_LOCAL_FILE or