Index: webrtc/modules/audio_coding/neteq/tools/packet.h |
diff --git a/webrtc/modules/audio_coding/neteq/tools/packet.h b/webrtc/modules/audio_coding/neteq/tools/packet.h |
index 86eedc0ce6c19ec858bfde6f2613c8b435707683..d150805579009c3bcb257f978c4ad5fa3a938aeb 100644 |
--- a/webrtc/modules/audio_coding/neteq/tools/packet.h |
+++ b/webrtc/modules/audio_coding/neteq/tools/packet.h |
@@ -62,7 +62,7 @@ class Packet { |
size_t virtual_packet_length_bytes, |
double time_ms); |
- virtual ~Packet() {} |
+ virtual ~Packet(); |
// Parses the first bytes of the RTP payload, interpreting them as RED headers |
// according to RFC 2198. The headers will be inserted into |headers|. The |