diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-07 12:53:21 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-07 14:01:30 +0100 |
commit | 9235d38ae45b82baf8ee5178e350459bb29313e6 (patch) | |
tree | 13591f5a2c222629a90fd9c798aab877a2c19e07 /sal | |
parent | a6b12b7408b7e2378365f942d100e9038051b0aa (diff) |
WaE: deprecated conversion from string constant to 'sal_Char*'
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/profile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/profile.cxx b/sal/osl/w32/profile.cxx index 77abc77c5c84..c6b3cced936f 100644 --- a/sal/osl/w32/profile.cxx +++ b/sal/osl/w32/profile.cxx @@ -2394,7 +2394,7 @@ static sal_Bool lookupProfile(const sal_Unicode *strPath, const sal_Unicode *str if (((access(aTmpPath, 0) < 0) && (nPos != -1)) || (*strPath == 0)) { - static sal_Char *SubDirs[] = SVERSION_DIRS; + static const sal_Char *SubDirs[] = SVERSION_DIRS; int i = 0; pStr = aTmpPath + nPos; |