mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-21 14:50:06 +02:00
travis
This commit is contained in:
parent
539eb0edf6
commit
d9588dda9b
@ -365,9 +365,9 @@ public:
|
|||||||
explicit ArrayOf(size_t count, bool initialize = false)
|
explicit ArrayOf(size_t count, bool initialize = false)
|
||||||
{
|
{
|
||||||
if (initialize)
|
if (initialize)
|
||||||
reset(safenew X[count]{});
|
this->reset(safenew X[count]{});
|
||||||
else
|
else
|
||||||
reset(safenew X[count]);
|
this->reset(safenew X[count]);
|
||||||
}
|
}
|
||||||
ArrayOf(const ArrayOf&) = delete;
|
ArrayOf(const ArrayOf&) = delete;
|
||||||
ArrayOf& operator= (ArrayOf &&that)
|
ArrayOf& operator= (ArrayOf &&that)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user