From ca7a9a2696d2f73f543241093c4faeb4c608678c Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Tue, 14 May 2013 08:31:39 +0000 Subject: Remove const for plain data types in voice_engine/ BUG=1644 R=henrikg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1463004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4018 4adac7df-926f-26a2-2b94-8c16560cd09d --- voice_engine/monitor_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voice_engine/monitor_module.h') diff --git a/voice_engine/monitor_module.h b/voice_engine/monitor_module.h index e381b7c1..c82b4ee7 100644 --- a/voice_engine/monitor_module.h +++ b/voice_engine/monitor_module.h @@ -44,7 +44,7 @@ public: // module uint32_t& remainingBufferInBytes, uint32_t& position) const; - int32_t ChangeUniqueId(const int32_t id); + int32_t ChangeUniqueId(int32_t id); int32_t TimeUntilNextProcess(); -- cgit v1.2.3