From 037bb830ea9f40cae2ad0d2d97a6bf2b939e081b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 16 Apr 2012 16:36:49 +0200 Subject: WaE: deprecated conversion from string constant to 'LPTSTR' --- fpicker/source/win32/filepicker/FileOpenDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.cxx b/fpicker/source/win32/filepicker/FileOpenDlg.cxx index 8316243f1217..9d88ed40228c 100644 --- a/fpicker/source/win32/filepicker/FileOpenDlg.cxx +++ b/fpicker/source/win32/filepicker/FileOpenDlg.cxx @@ -61,7 +61,7 @@ namespace /* private */ const size_t MAX_FILETITLE_BUFF_SIZE = 32000; const size_t MAX_FILTER_BUFF_SIZE = 4096; - const LPTSTR CURRENT_INSTANCE = TEXT("CurrInst"); + const LPCTSTR CURRENT_INSTANCE = TEXT("CurrInst"); //------------------------------------------ // find an appropriate parent window -- cgit v1.2.3