From 2240640bb5beea258158b6bf03aba1c80615638e Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 16 Apr 2012 16:38:55 +0200 Subject: WaE: deprecated conversion from string constant to 'LPTSTR' --- fpicker/source/win32/filepicker/helppopupwindow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') 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"); }; -- cgit