mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
Fix misleading function declarations -- arguments really are used
This commit is contained in:
parent
1dd054c160
commit
f78515c84b
@ -35,9 +35,9 @@ public:
|
||||
AudacityProject &p,
|
||||
std::unique_ptr<CommandOutputTargets> 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user