summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-08 14:02:09 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:49 +0100
commitb0e3615c635be2bcdf82c24a0aadbf0c5ffe149b (patch)
treed50cbc59d14cf1c5727bd018403e47a98ff3d3ff /shell
parent392b37cadf9dc5337b75b95aced92b72072ff448 (diff)
WaE: deprecated conversion from string constant to 'char*'
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/simplemail/senddoc.cxx2
1 files changed, 1 insertions, 1 deletions
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",