From 95285be0da5039270a84655c7567acec82394a0f Mon Sep 17 00:00:00 2001
From: Andrea Zoli <zoli@iasfbo.inaf.it>
Date: Thu, 6 Mar 2014 11:16:32 +0100
Subject: [PATCH] Fix double throw definition.

---
 include/InputPacketStream.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/InputPacketStream.h b/include/InputPacketStream.h
index 4e0a826..0e7cbb9 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:
 
-- 
GitLab