mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 08:10:11 +01:00
Fix windows build
Paul should check this fix.
This commit is contained in:
@@ -39,7 +39,7 @@ protected:
|
||||
// Make this protected to prevent slicing copies
|
||||
AudacityException( AudacityException&& ) {}
|
||||
AudacityException( const AudacityException& ) = default;
|
||||
AudacityException &operator = (AudacityException &&) {}
|
||||
AudacityException &operator = (AudacityException &&) { return *this;}
|
||||
AudacityException &operator = ( const AudacityException & ) PROHIBITED;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user