Fix Chromium clang plugin warnings
NOTRY=true BUG=webrtc:163 Review-Url: https://codereview.webrtc.org/2291503002 Cr-Commit-Position: refs/heads/master@{#13959}
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user