diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-10-28 17:35:31 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2015-10-28 18:35:52 +0900 |
commit | 90cdd9eea8be5ed44d17f34b2276e5f3b7542835 (patch) | |
tree | 82c781ee6d317e306aff393596976f3ac92b1f22 | |
parent | 4a59a23101245d89dae4484ec425bb5023a4384b (diff) |
vcl: This is constant
Change-Id: I27a83996031b9494ad736ad82a7fff5740fbaf30
-rw-r--r-- | vcl/win/source/app/salinfo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |