X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FPacket.hh;h=db371f4e58bd22081c12daf721c0bddd73eccc48;hp=8bcefffc95b0b86f9280b7f908e52f0b7b8448eb;hb=de6942ee1401fea16a171610de779ef0a8c57e38;hpb=a1a68666b418fb8f4e5ac16291385505495c372f 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