]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/treebook.h
test whether pointer is non-NULL before using it, not after, in wxAnimation::Load...
[wxWidgets.git] / include / wx / treebook.h
index c05e56e1aa35f34b353c150ab69d6a8786d2a6ee..d2201317dc00c96087c71c66ae5b1ec08ef866bd 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "wx/bookctrl.h"
 #include "wx/treectrl.h"        // for wxArrayTreeItemIds
-#include "wx/containr.h"
 
 typedef wxWindow wxTreebookPage;
 
@@ -227,7 +226,6 @@ private:
 
     DECLARE_EVENT_TABLE()
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxTreebook)
-    WX_DECLARE_CONTROL_CONTAINER();
 };