| Index: webrtc/modules/audio_coding/test/Channel.h
|
| diff --git a/webrtc/modules/audio_coding/test/Channel.h b/webrtc/modules/audio_coding/test/Channel.h
|
| index 5910fade25cba02990e2787073df4066a45fdce3..c45864acbbb7cece19a2b34e550e0ba7877d5fe7 100644
|
| --- a/webrtc/modules/audio_coding/test/Channel.h
|
| +++ b/webrtc/modules/audio_coding/test/Channel.h
|
| @@ -47,7 +47,7 @@ class Channel : public AudioPacketizationCallback {
|
| public:
|
|
|
| Channel(int16_t chID = -1);
|
| - ~Channel();
|
| + ~Channel() override;
|
|
|
| int32_t SendData(FrameType frameType,
|
| uint8_t payloadType,
|
|
|