mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +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 &orig, const SampleBlockFactoryPtr &pFactory);
|
||||||
|
|
||||||
|
Sequence( const Sequence& ) = delete;
|
||||||
Sequence& operator= (const Sequence&) PROHIBITED;
|
Sequence& operator= (const Sequence&) PROHIBITED;
|
||||||
|
|
||||||
~Sequence();
|
~Sequence();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user