Compilation fix for non-OSX: don't use m_rawControlDown there.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Aug 2011 15:44:04 +0000 (15:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 23 Aug 2011 15:44:04 +0000 (15:44 +0000)
commitc66160d5d566482000a39fe5187dee69e11c9c56
tree03d072fb6b25acbfcd1689456c5d127de188728e
parent68065b91941e8af835aea308d8dfbc7df7468c1e
Compilation fix for non-OSX: don't use m_rawControlDown there.

m_rawControlDown is supposed to be only used under OS X so put an #ifdef
__WXOSX__ around it in wxKeyboardState::GetModifiers() to fix compilation
under the other platforms.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/kbdstate.h