X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FPacket.hh;h=db371f4e58bd22081c12daf721c0bddd73eccc48;hp=8bcefffc95b0b86f9280b7f908e52f0b7b8448eb;hb=c85b710e7ead9bc417805bb893571a7139f1081c;hpb=3fd6f206f0e64122b7cb289907a1a780b6ed2dc9 diff --git a/src/Moof/Packet.hh b/src/Moof/Packet.hh index 8bcefff..db371f4 100644 --- a/src/Moof/Packet.hh +++ b/src/Moof/Packet.hh @@ -51,7 +51,7 @@ public: * Construct a packet with an initial capacity. * \param capacity Initial capacity of the packet. */ - Packet(size_t size = PAGE_SIZE); + explicit Packet(size_t size = PAGE_SIZE); /** * Construct a packet with some bytes from a buffer. The bytes will be