1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 16:50:26 +02:00
This commit is contained in:
Paul Licameli 2019-05-20 15:29:29 -04:00
parent f86403378b
commit 4c3729040f
2 changed files with 2 additions and 2 deletions

View File

@ -395,7 +395,7 @@ ToolDock::ToolDock( ToolManager *manager, wxWindow *parent, int dockid ):
}
//
// Destructer
// Destructor
//
ToolDock::~ToolDock()
{

View File

@ -437,7 +437,7 @@ ToolManager::ToolManager( AudacityProject *parent, wxWindow *topDockParent )
}
//
// Destructer
// Destructor
//
ToolManager::~ToolManager()
{