X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05939a8140e0d0003e8859745d5b381a5dbe0da5..1b3667ab28da7b78b49813b99047221e03a69b62:/src/gtk/utilsres.cpp diff --git a/src/gtk/utilsres.cpp b/src/gtk/utilsres.cpp index 619a055713..4dc2843925 100644 --- a/src/gtk/utilsres.cpp +++ b/src/gtk/utilsres.cpp @@ -85,7 +85,7 @@ static wxChar *GetResourcePath(wxChar *buf, wxChar *name, bool create) // the Real User, then determine the Real home dir. static wxChar *GetIniFile(wxChar *dest, const wxChar *filename) { - wxChar *home = (wxChar *) NULL; + const wxChar *home = (const wxChar *) NULL; if (filename && wxIsAbsolutePath(filename)) { wxStrcpy(dest, filename);