1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-25 07:31:14 +01:00

Move more functions out-of-line

This commit is contained in:
Paul Licameli
2019-03-23 11:36:49 -04:00
parent 2176de79fb
commit ce4ba9762b
4 changed files with 21 additions and 15 deletions

View File

@@ -432,3 +432,8 @@ InteractiveOutputTargets::InteractiveOutputTargets() :
)
{
}
void StatusBarTarget::Update(const wxString &message)
{
mStatus.SetStatusText(message, 0);
}