From b0e3615c635be2bcdf82c24a0aadbf0c5ffe149b Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 8 Mar 2012 14:02:09 +0100 Subject: WaE: deprecated conversion from string constant to 'char*' --- shell/source/win32/simplemail/senddoc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/win32/simplemail/senddoc.cxx b/shell/source/win32/simplemail/senddoc.cxx index 54169e581652..29e374f6b64e 100644 --- a/shell/source/win32/simplemail/senddoc.cxx +++ b/shell/source/win32/simplemail/senddoc.cxx @@ -187,7 +187,7 @@ void initMapiMessage( pMapiMessage->nFileCount = aMapiAttachmentList.size(); } -char* KnownParameter[] = +const char* KnownParameter[] = { "--to", "--cc", -- cgit v1.2.3