mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
Remove ErrorDialog.h from .h files (one function moves out of line)
This commit is contained in:
@@ -27,6 +27,7 @@ capture the more lengthy output from some commands.
|
||||
#include <wx/string.h>
|
||||
#include "../ShuttleGui.h"
|
||||
#include "../Project.h"
|
||||
#include "../widgets/ErrorDialog.h"
|
||||
|
||||
void CommandMessageTarget::StartArray()
|
||||
{
|
||||
@@ -237,6 +238,12 @@ void BriefCommandMessageTarget::EndField(){
|
||||
}
|
||||
|
||||
|
||||
void MessageBoxTarget::Update(const wxString &message)
|
||||
{
|
||||
AudacityMessageBox(message);
|
||||
}
|
||||
|
||||
|
||||
LispifiedCommandOutputTargets::LispifiedCommandOutputTargets( CommandOutputTargets & target )
|
||||
: CommandOutputTargets() ,
|
||||
pToRestore( &target )
|
||||
|
||||
Reference in New Issue
Block a user