From 90cdd9eea8be5ed44d17f34b2276e5f3b7542835 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 28 Oct 2015 17:35:31 +0900 Subject: [PATCH] vcl: This is constant Change-Id: I27a83996031b9494ad736ad82a7fff5740fbaf30 --- vcl/win/source/app/salinfo.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/win/source/app/salinfo.cxx b/vcl/win/source/app/salinfo.cxx index b1757578a748..2e30910f821d 100644 --- a/vcl/win/source/app/salinfo.cxx +++ b/vcl/win/source/app/salinfo.cxx @@ -174,7 +174,7 @@ Rectangle WinSalSystem::GetDisplayScreenPosSizePixel( unsigned int nScreen ) The first dimension is the button combination, the second dimension is the button identifier. */ -static int DEFAULT_BTN_MAPPING_TABLE[][8] = +static const int DEFAULT_BTN_MAPPING_TABLE[][8] = { // Undefined OK CANCEL ABORT RETRY IGNORE YES NO { MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1, MB_DEFBUTTON1 }, //OK