mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 15:13:50 +01:00
No return value for ClearBar()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user