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:
parent
9dfa646221
commit
c93cb1b445
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user