diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-16 16:36:49 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-16 20:23:15 +0200 |
commit | 037bb830ea9f40cae2ad0d2d97a6bf2b939e081b (patch) | |
tree | 919b4ac5ce4dded114c29fbb1c1457b5bbda9cd6 /fpicker | |
parent | 27d0dd881bf03836ffe4dd3dae637aed0c10c5c9 (diff) |
WaE: deprecated conversion from string constant to 'LPTSTR'
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/FileOpenDlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |