1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 00:19:27 +02:00

No return value for ClearBar()

This commit is contained in:
James Crook 2016-07-03 14:39:45 +01:00
parent 9dfa646221
commit c93cb1b445

View File

@ -139,7 +139,7 @@ public:
~ToolFrame();
ToolBar *GetBar() { return mBar; }
ToolBar *ClearBar() { mBar = nullptr; }
void ClearBar() { mBar = nullptr; }
//
// Transition a toolbar from float to dragging