mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 21:11:39 +00:00
- GCC complained about this part.
This commit is contained in:
parent
39b329e3f7
commit
309d086a15
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ public:
|
|||
this->Count = other.Count;
|
||||
pointed = true;
|
||||
}
|
||||
TStaticPointableArray &operator=(TStaticArray &&other)
|
||||
TStaticPointableArray &operator=(TStaticArray<T> &&other)
|
||||
{
|
||||
if (!pointed && this->Array) delete[] this->Array;
|
||||
this->Array = other.Array;
|
||||
|
|
Loading…
Reference in a new issue