mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Make objects attached to AudacityProject non-copyable...
... except for Tags; also some uses of final and explicit This caught a mistake in Scrubbing.cpp
This commit is contained in:
@@ -27,6 +27,9 @@ public:
|
||||
static const ProjectSelectionManager &Get( const AudacityProject &project );
|
||||
|
||||
explicit ProjectSelectionManager( AudacityProject &project );
|
||||
ProjectSelectionManager( const ProjectSelectionManager & ) PROHIBITED;
|
||||
ProjectSelectionManager &operator=(
|
||||
const ProjectSelectionManager & ) PROHIBITED;
|
||||
~ProjectSelectionManager() override;
|
||||
|
||||
// SelectionBarListener callback methods
|
||||
|
Reference in New Issue
Block a user