Removed TBDebug, using TBMain instead. Fixed debugger assert.

This commit is contained in:
archshift
2014-08-09 00:56:20 -07:00
parent b8b72861b5
commit b81617fba1
4 changed files with 13 additions and 11 deletions

View File

@ -139,7 +139,7 @@ public:
wxMenu* m_SavedPerspectives;
wxToolBar *m_ToolBar, *m_ToolBarDebug;
wxToolBar *m_ToolBar;
// AUI
wxAuiManager *m_Mgr;
bool bFloatWindow[IDM_CODEWINDOW - IDM_LOGWINDOW + 1];