diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-16 16:38:55 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-16 20:23:18 +0200 |
commit | 2240640bb5beea258158b6bf03aba1c80615638e (patch) | |
tree | 15d26523f32a4339c703546bf95fb248ddbfeb22 /fpicker | |
parent | 7eb020a5b9d276e152354f93e6ce38a15e48ebd8 (diff) |
WaE: deprecated conversion from string constant to 'LPTSTR'
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/helppopupwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/helppopupwindow.cxx b/fpicker/source/win32/filepicker/helppopupwindow.cxx index 3297dfa2b9e9..8702e14d0c7f 100644 --- a/fpicker/source/win32/filepicker/helppopupwindow.cxx +++ b/fpicker/source/win32/filepicker/helppopupwindow.cxx @@ -49,7 +49,7 @@ using osl::Mutex; namespace /* private */ { - const LPTSTR CURRENT_INSTANCE = TEXT("CurrInst"); + const LPCTSTR CURRENT_INSTANCE = TEXT("CurrInst"); }; |