]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
[1231183] 'cleanup: mismatched indentation' and other cleanings.
[wxWidgets.git] / src / common / wincmn.cpp
index 831933a8e125ad357a9f75f3b34455fa63b67fb0..77dbb647efe70d11c7bfa1066c5a699ed8d5c509 100644 (file)
@@ -44,6 +44,7 @@
     #include "wx/dialog.h"
     #include "wx/msgdlg.h"
     #include "wx/statusbr.h"
+    #include "wx/toolbar.h"
     #include "wx/dcclient.h"
 #endif //WX_PRECOMP
 
@@ -216,6 +217,8 @@ wxWindowBase::wxWindowBase()
     // VZ: this one shouldn't exist...
     m_isBeingDeleted = false;
 
+    // Reserved for future use
+    m_windowReserved = NULL;
 }
 
 // common part of window creation process