summaryrefslogtreecommitdiff
path: root/voice_engine/include/voe_network.h
diff options
context:
space:
mode:
Diffstat (limited to 'voice_engine/include/voe_network.h')
-rw-r--r--voice_engine/include/voe_network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/voice_engine/include/voe_network.h b/voice_engine/include/voe_network.h
index 1e0874a1..6ab92264 100644
--- a/voice_engine/include/voe_network.h
+++ b/voice_engine/include/voe_network.h
@@ -47,7 +47,7 @@ public:
// This method will be called peridically and deliver dead-or-alive
// notifications for a specified |channel| when the observer interface
// has been installed and activated.
- virtual void OnPeriodicDeadOrAlive(const int channel, const bool alive) = 0;
+ virtual void OnPeriodicDeadOrAlive(int channel, bool alive) = 0;
protected:
virtual ~VoEConnectionObserver() {}