compilation fix for wxGUI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -156,10 +156,6 @@ void wxWindowBase::InitBase()
|
||||
m_exStyle =
|
||||
m_windowStyle = 0;
|
||||
|
||||
// an optimization for the event processing: checking this flag is much
|
||||
// faster than using IsKindOf(CLASSINFO(wxWindow))
|
||||
m_isWindow = TRUE;
|
||||
|
||||
#if wxUSE_CONSTRAINTS
|
||||
// no constraints whatsoever
|
||||
m_constraints = (wxLayoutConstraints *) NULL;
|
||||
|
Reference in New Issue
Block a user