mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Prohibit copy construction of Sequence
This commit is contained in:
parent
558d4bbc3d
commit
2c0c08f86a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user