]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tbarbase.cpp
Applied patch [ 1192917 ] Grids with no row or col headers cause AV under wxGTK
[wxWidgets.git] / src / common / tbarbase.cpp
index b7dfb3c5ba46d8ca3578af9710bfd7ffb8ef1543..fd1e4d2bdd4dfd9fe532ff7a7fc17622fd2c0d24 100644 (file)
@@ -451,7 +451,7 @@ wxToolBarBase::~wxToolBarBase()
 
     // notify the frame that it doesn't have a tool bar any longer to avoid
     // dangling pointers
-    wxFrameBase *frame = wxDynamicCast(GetParent(), wxFrameBase);
+    wxFrame *frame = wxDynamicCast(GetParent(), wxFrame);
     if ( frame && frame->GetToolBar() == this )
     {
         frame->SetToolBar(NULL);