summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-10-30 16:25:03 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2015-10-30 18:20:41 +0900
commit227678102b8b1c861b88efd58979f2be78d5d906 (patch)
treef6f2c1d2828f360c5e4e5f3c52233b0a19b63f44 /vcl
parentcb4fa1d1e2e61b686442a9d26220c0f1a6e1d4e7 (diff)
vcl: This is a constant
Change-Id: Id87952a5eafa6c4ddf2d58b694cadf1fbf5c45a1
Diffstat (limited to 'vcl')
-rw-r--r--vcl/win/source/app/salinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/source/app/salinst.cxx b/vcl/win/source/app/salinst.cxx
index 4f3a28902a32..8321ecfc473f 100644
--- a/vcl/win/source/app/salinst.cxx
+++ b/vcl/win/source/app/salinst.cxx
@@ -1099,7 +1099,7 @@ int WinSalInstance::WorkaroundExceptionHandlingInUSER32Lib(int, LPEXCEPTION_POIN
// Problem behind: user32.dll sometime consumes exceptions/process violations .-)
// see also #112221#
- static DWORD EXCEPTION_MSC_CPP_EXCEPTION = 0xE06D7363;
+ static const DWORD EXCEPTION_MSC_CPP_EXCEPTION = 0xE06D7363;
if (pExceptionInfo->ExceptionRecord->ExceptionCode == EXCEPTION_MSC_CPP_EXCEPTION)
return EXCEPTION_CONTINUE_SEARCH;