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)
|
||||
{
|
||||
if (initialize)
|
||||
reset(safenew X[count]{});
|
||||
this->reset(safenew X[count]{});
|
||||
else
|
||||
reset(safenew X[count]);
|
||||
this->reset(safenew X[count]);
|
||||
}
|
||||
ArrayOf(const ArrayOf&) = delete;
|
||||
ArrayOf& operator= (ArrayOf &&that)
|
||||
|
Loading…
x
Reference in New Issue
Block a user