Packtes: Add missing 'nothrow' parameters
[senf.git] / Packets / MPEGDVBBundle / GREPacket.hh
index 87c3e2a..26a4a19 100644 (file)
@@ -95,7 +95,7 @@ namespace senf {
           return p->protocol_type();
         }
         static void finalize(packet p) {
-          p->protocol_type() << key(p.next());
+          p->protocol_type() << key(p.next(nothrow));
           p->version_number() = 0; // as per RFC2784, 2.3.1
 
           if (p->checksum_present()) {