put back ExtendedIODevice ctor for ubuntu warning

This commit is contained in:
Stephen Birarda 2018-08-21 13:21:21 -07:00
parent 1723f3d3d8
commit 7d8db482a3

View file

@ -88,7 +88,7 @@ public:
protected:
BasePacket(qint64 size);
BasePacket(std::unique_ptr<char[]> data, qint64 size, const HifiSockAddr& senderSockAddr);
BasePacket(const BasePacket& other) { *this = other; }
BasePacket(const BasePacket& other) : ExtendedIODevice() { *this = other; }
BasePacket& operator=(const BasePacket& other);
BasePacket(BasePacket&& other);
BasePacket& operator=(BasePacket&& other);