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:
@@ -112,7 +112,7 @@ class ToolManager final : public wxEvtHandler
|
||||
ToolDock *mTopDock;
|
||||
ToolDock *mBotDock;
|
||||
|
||||
ToolBar *mBars[ ToolBarCount ];
|
||||
ToolBar::Holder mBars[ ToolBarCount ];
|
||||
|
||||
wxPoint mPrevPosition {};
|
||||
ToolDock *mPrevDock {};
|
||||
|
||||
Reference in New Issue
Block a user