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:
@@ -432,3 +432,8 @@ InteractiveOutputTargets::InteractiveOutputTargets() :
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
void StatusBarTarget::Update(const wxString &message)
|
||||
{
|
||||
mStatus.SetStatusText(message, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user