diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-08 14:02:09 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-12 08:53:49 +0100 |
commit | b0e3615c635be2bcdf82c24a0aadbf0c5ffe149b (patch) | |
tree | d50cbc59d14cf1c5727bd018403e47a98ff3d3ff /shell | |
parent | 392b37cadf9dc5337b75b95aced92b72072ff448 (diff) |
WaE: deprecated conversion from string constant to 'char*'
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/simplemail/senddoc.cxx | 2 |
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", |