diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-07 11:49:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-07 11:49:47 +0200 |
commit | 27e60b6d526fb42ee3df519c73f06699d162ec92 (patch) | |
tree | e6304dd7693a921c15a864c33ed9ebf90b4c9b7a /vcl/win | |
parent | 006e59a25e6396b05cf6da39c94a3a7a5c48eeb3 (diff) |
fix windows build
after my commit 079590c9097a9491b31f1ef1b30d67d42bd0139a
"fdo#84938: convert INDICATOR_ #defines to 'enum class'"
Change-Id: Icc78ad4671fa1cdfc4110a9101f5ad45b931064d
Diffstat (limited to 'vcl/win')
-rw-r--r-- | vcl/win/source/window/salframe.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/win/source/window/salframe.cxx b/vcl/win/source/window/salframe.cxx index e900213bae3e..cba75f1b5705 100644 --- a/vcl/win/source/window/salframe.cxx +++ b/vcl/win/source/window/salframe.cxx @@ -2887,7 +2887,6 @@ SalFrame::SalPointerState WinSalFrame::GetPointerState() KeyIndicatorState WinSalFrame::GetIndicatorState() { KeyIndicatorState aState = KeyIndicatorState::NONE; - aState.mnState = 0; if (::GetKeyState(VK_CAPITAL)) aState |= KeyIndicatorState::CAPSLOCK; |