diff --git a/src/commands/CommandContext.h b/src/commands/CommandContext.h index b204ae7d5..c9a84d861 100644 --- a/src/commands/CommandContext.h +++ b/src/commands/CommandContext.h @@ -35,9 +35,9 @@ public: AudacityProject &p, std::unique_ptr target); - virtual void Status( const wxString & WXUNUSED(message), bool bFlush = false ) const; - virtual void Error( const wxString & WXUNUSED(message) ) const; - virtual void Progress( double WXUNUSED(d) ) const; + virtual void Status( const wxString &message, bool bFlush = false ) const; + virtual void Error( const wxString &message ) const; + virtual void Progress( double d ) const; // Output formatting... void StartArray() const;