git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2194
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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);
// 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);