summaryrefslogtreecommitdiff
path: root/sal/osl/w32
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-07 12:27:23 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-07 14:01:27 +0100
commit72527fa9b8d26f81484726c3beb5b37bdb2c05c6 (patch)
tree445e0edd1d73f564bb84b9a0d79e1ecbaad5bb78 /sal/osl/w32
parent2b945f8ee4388f66bc02e50f129f94824706d729 (diff)
WaE: deprecated conversion from string constant to 'TCHAR*'
Diffstat (limited to 'sal/osl/w32')
-rw-r--r--sal/osl/w32/file_dirvol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index 46f2af5df51b..d7a531c6782d 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -387,7 +387,7 @@ static HANDLE WINAPI OpenDirectory( rtl_uString* pPath)
sal_uInt32 nLen = rtl_uString_getLength( pPath );
if ( nLen )
{
- TCHAR* pSuffix = 0;
+ const TCHAR* pSuffix = 0;
sal_uInt32 nSuffLen = 0;
if ( pPath->buffer[nLen - 1] != L'\\' )