diff options
Diffstat (limited to 'shell/source/win32/simplemail/senddoc.cxx')
-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 1b0327dc18c8..bd78f26e5635 100644 --- a/shell/source/win32/simplemail/senddoc.cxx +++ b/shell/source/win32/simplemail/senddoc.cxx @@ -264,7 +264,7 @@ int main(int argc, char* argv[]) // selection dialog must appear because we specify no // profile name, so the user has to specify a profile - LHANDLE hSession = 0; + LHANDLE const hSession = 0; MapiRecipDesc mapiOriginator; MapiRecipientList_t mapiRecipientList; |