]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_collpane.cpp
User should no longer be able to modify disabled or read only child properties by...
[wxWidgets.git] / src / xrc / xh_collpane.cpp
index c8b489b3bcf46e85ffa82fc02b1cc9c5ffd39b85..bad9bcd9df42ae1213ea6e3f6c1cea2d6aa3e673 100644 (file)
 
 #if wxUSE_XRC && wxUSE_COLLPANE
 
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+#endif
+
+#include "wx/collpane.h"
 #include "wx/xrc/xh_collpane.h"
-#include "wx/log.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxCollapsiblePaneXmlHandler, wxXmlResourceHandler)
 
-wxCollapsiblePaneXmlHandler::wxCollapsiblePaneXmlHandler() : wxXmlResourceHandler()
+wxCollapsiblePaneXmlHandler::wxCollapsiblePaneXmlHandler() 
+: wxXmlResourceHandler(), m_isInside(false)
 {
     XRC_ADD_STYLE(wxCP_NO_TLW_RESIZE);
     XRC_ADD_STYLE(wxCP_DEFAULT_STYLE);