Chromium Code Reviews| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc |
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc b/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc |
| index 7b688ab9a4e7cdd04c7c9084c5c8e9ba3dab594c..6f76eeac1d15058186b96ca83b152fed4c51ed70 100644 |
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc |
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.cc |
| @@ -17,7 +17,7 @@ |
| namespace webrtc { |
| namespace rtcp { |
| - |
| +constexpr uint8_t Bye::kPacketType; |
| // Bye packet (BYE) (RFC 3550). |
| // |
| // 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 |