]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/crashrpt.h
reworked font handling for osx
[wxWidgets.git] / include / wx / msw / crashrpt.h
index 8a358e99ff428c12d44ecf9d4434ce6ad907923d..6ee6e75205c357dcc45b9ec5d02650d045a2a7d2 100644 (file)
@@ -94,10 +94,10 @@ struct WXDLLIMPEXP_BASE wxCrashReport
 {
     // set the name of the file to which the report is written, it is
     // constructed from the .exe name by default
-    static void SetFileName(const wxChar *filename);
+    static void SetFileName(const wxString& filename);
 
     // return the current file name
-    static const wxChar *GetFileName();
+    static wxString GetFileName();
 
     // write the exception report to the file, return true if it could be done
     // or false otherwise