diff --git a/include/InputPacketStream.h b/include/InputPacketStream.h index 4e0a82670ac3b277180dd2f1bd13cec2f1ce2dce..0e7cbb998917aaf1a0495a5e0816f769bd3c86ee 100644 --- a/include/InputPacketStream.h +++ b/include/InputPacketStream.h @@ -70,7 +70,7 @@ public: /// \pre the prefix has been removed /// \param packet the stream that contains the source packet without the prefix /// \param decodeType (0) do not decode anything (1) decode only sections (prefix, header, data field header, source data field fixed part, source data field variable part) (2) decode blocks (all sections + all blocks of the ‘source data field variable part’) - Packet* getPacket(ByteStreamPtr packet, int decodeType = 2) throw(PacketException*) throw(PacketException*); + Packet* getPacket(ByteStreamPtr packet, int decodeType = 2) throw(PacketException*); protected: