// 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);