adding missing initializer to raw_control, fixes #13963
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,6 +28,9 @@ public:
|
|||||||
m_shiftDown(shiftDown),
|
m_shiftDown(shiftDown),
|
||||||
m_altDown(altDown),
|
m_altDown(altDown),
|
||||||
m_metaDown(metaDown)
|
m_metaDown(metaDown)
|
||||||
|
#ifdef __WXOSX__
|
||||||
|
,m_rawControlDown(false)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user