X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c8f1f08817c0e184f61961788c8007d62ec90cef..270a909e20a2c652fd816ad14407113ad0319c9d:/src/common/tbarbase.cpp diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index 98eed8bbd5..615d76c560 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -90,6 +90,7 @@ wxToolBarTool::wxToolBarTool(int theIndex, } m_shortHelpString = helpS1; m_longHelpString = helpS2; + m_control = (wxControl*) NULL; } wxToolBarTool::wxToolBarTool(wxControl *control)