mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-01 17:34:24 +01:00
Fix move constructors and assignments of AudacityException classes
This commit is contained in:
@@ -25,6 +25,8 @@ public:
|
||||
: AudacityException{ std::move( that ) }
|
||||
{}
|
||||
|
||||
UserException& operator= (UserException&&) PROHIBITED;
|
||||
|
||||
~UserException() override;
|
||||
|
||||
void DelayedHandlerAction() override;
|
||||
|
||||
Reference in New Issue
Block a user