commit | 65fc8b9138cf49131486d3fc28b50c7ab565cabb | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Mon Aug 29 10:05:24 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Aug 29 17:05:34 2016 +0000 |
tree | 8ff940b4ffe5be3531059ce5e8ecffda6e460b3d | |
parent | e39f251dacf66e50153bcda615f06b7c59e5856b [diff] [blame] |
Fix Chromium clang plugin warnings NOTRY=true BUG=webrtc:163 Review-Url: https://codereview.webrtc.org/2291503002 Cr-Commit-Position: refs/heads/master@{#13959}
diff --git a/webrtc/modules/audio_coding/test/Channel.h b/webrtc/modules/audio_coding/test/Channel.h index 5910fad..c45864a 100644 --- a/webrtc/modules/audio_coding/test/Channel.h +++ b/webrtc/modules/audio_coding/test/Channel.h
@@ -47,7 +47,7 @@ public: Channel(int16_t chID = -1); - ~Channel(); + ~Channel() override; int32_t SendData(FrameType frameType, uint8_t payloadType,