Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Unified Diff: webrtc/common_audio/blocker.h

Issue 2288593004: Fix Chromium clang plugin warnings (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/common_audio/blocker.h
diff --git a/webrtc/common_audio/blocker.h b/webrtc/common_audio/blocker.h
index edf81d337a5a8ff9dddbaa009a8ba74d0f8c5088..07f9f1abe02beefe6b9db772e1d26a6c7995feea 100644
--- a/webrtc/common_audio/blocker.h
+++ b/webrtc/common_audio/blocker.h
@@ -71,6 +71,7 @@ class Blocker {
const float* window,
size_t shift_amount,
BlockerCallback* callback);
+ ~Blocker();
void ProcessChunk(const float* const* input,
size_t chunk_size,
« webrtc/common.h ('K') | « webrtc/common.gyp ('k') | webrtc/common_audio/blocker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698