| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h
|
| index ad28cb39e7b83de5dece52a64493cff0764cf868..469af7da507b9e4a3e55882f5f559e76a10a5d5d 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/bye.h
|
| @@ -24,7 +24,7 @@ class CommonHeader;
|
|
|
| class Bye : public RtcpPacket {
|
| public:
|
| - static const uint8_t kPacketType = 203;
|
| + static constexpr uint8_t kPacketType = 203;
|
|
|
| Bye();
|
| ~Bye() override {}
|
|
|