mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 09:01:15 +02:00
Remove an unnecessary nested #include
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
#include "CommandMisc.h"
|
||||
#include "CommandSignature.h"
|
||||
#include "CommandTargets.h"
|
||||
#include "../commands/AudacityCommand.h"
|
||||
|
||||
class AudacityApp;
|
||||
|
@@ -66,6 +66,8 @@ CommandContext::CommandContext(
|
||||
{
|
||||
}
|
||||
|
||||
CommandContext::~CommandContext() = default;
|
||||
|
||||
void CommandContext::Status( const wxString & message, bool bFlush ) const
|
||||
{
|
||||
if( pOutput )
|
||||
|
@@ -34,6 +34,8 @@ public:
|
||||
AudacityProject &p,
|
||||
std::unique_ptr<CommandOutputTargets> target);
|
||||
|
||||
~CommandContext();
|
||||
|
||||
virtual void Status( const wxString &message, bool bFlush = false ) const;
|
||||
virtual void Error( const wxString &message ) const;
|
||||
virtual void Progress( double d ) const;
|
||||
|
Reference in New Issue
Block a user