diff --git a/src/Text.hh b/src/Text.hh index 13d4b222..a97bba75 100644 --- a/src/Text.hh +++ b/src/Text.hh @@ -212,9 +212,7 @@ struct ptext : parray { ptext() { this->clear(); } - ptext(const ptext& other) { - this->operator=(other); - } + ptext(const ptext& other) : parray(other) { } ptext(ptext&& s) = delete; template