mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
Prohibit copy construction of Sequence
This commit is contained in:
@@ -65,6 +65,7 @@ class PROFILE_DLL_API Sequence final : public XMLTagHandler{
|
||||
|
||||
Sequence(const Sequence &orig, const SampleBlockFactoryPtr &pFactory);
|
||||
|
||||
Sequence( const Sequence& ) = delete;
|
||||
Sequence& operator= (const Sequence&) PROHIBITED;
|
||||
|
||||
~Sequence();
|
||||
|
||||
Reference in New Issue
Block a user