Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h |
index c5f5c23bf1fcb4d3cd1ad15cf149d16ab6669821..840ca37b6fae47a353f1fc813cf9b75617c6ee88 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.h |
@@ -33,9 +33,9 @@ class Dlrr { |
public: |
static const uint8_t kBlockType = 5; |
- Dlrr() {} |
- Dlrr(const Dlrr& other) = default; |
- ~Dlrr() {} |
+ Dlrr(); |
+ Dlrr(const Dlrr& other); |
+ ~Dlrr(); |
Dlrr& operator=(const Dlrr& other) = default; |