1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-24 01:21:13 +01:00

Use Destroy_ptr for the toolbars

This commit is contained in:
Paul Licameli
2016-08-10 00:54:29 -04:00
parent fec4069d9d
commit c438925a22
3 changed files with 28 additions and 33 deletions

View File

@@ -112,7 +112,7 @@ class ToolManager final : public wxEvtHandler
ToolDock *mTopDock;
ToolDock *mBotDock;
ToolBar *mBars[ ToolBarCount ];
ToolBar::Holder mBars[ ToolBarCount ];
wxPoint mPrevPosition {};
ToolDock *mPrevDock {};