aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/audio_processing/processing_component.h
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-02 11:44:11 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-02 11:44:11 +0000
commit9162080527af5a58df6c06c4aac2209ec1989999 (patch)
tree7698b30ead65d8ea97bc8d2401b8bd903543f447 /webrtc/modules/audio_processing/processing_component.h
parent4ebd8efc09674d24dce500a645bfccd5bc07d23e (diff)
downloadwebrtc-9162080527af5a58df6c06c4aac2209ec1989999.tar.gz
Fix some chromium-style warnings in webrtc/modules/audio_processing/
BUG=163 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1902004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4472 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/audio_processing/processing_component.h')
-rw-r--r--webrtc/modules/audio_processing/processing_component.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/audio_processing/processing_component.h b/webrtc/modules/audio_processing/processing_component.h
index a5ee1859ee..c090d22245 100644
--- a/webrtc/modules/audio_processing/processing_component.h
+++ b/webrtc/modules/audio_processing/processing_component.h
@@ -21,7 +21,7 @@ class AudioProcessingImpl;
class ProcessingComponent {
public:
- ProcessingComponent() {}
+ ProcessingComponent();
explicit ProcessingComponent(const AudioProcessingImpl* apm);
virtual ~ProcessingComponent();