mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-22 00:47:13 +01: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:
@@ -534,6 +534,8 @@ Handler()
|
||||
{
|
||||
UpdatePrefs();
|
||||
}
|
||||
Handler( const Handler & ) PROHIBITED;
|
||||
Handler &operator=( const Handler & ) PROHIBITED;
|
||||
|
||||
}; // struct Handler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user