From 6cd4dcac8611f5f93ae0e12220cd54e7ffcf4e39 Mon Sep 17 00:00:00 2001 From: Vittorio Giovara <vittorio.giovara@savoirfairelinux.com> Date: Mon, 28 Apr 2014 19:42:07 -0400 Subject: [PATCH] callmanager: fix argument type Change-Id: I5423aeb96298a62e9c0d2074a2432926faa12915 --- daemon/src/client/callmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/src/client/callmanager.h b/daemon/src/client/callmanager.h index d85f8ad56a..49543bbfe5 100644 --- a/daemon/src/client/callmanager.h +++ b/daemon/src/client/callmanager.h @@ -160,7 +160,7 @@ class CallManager void recordPlaybackStopped(const std::string& path); - void voiceMailNotify(const std::string& callID, const std::string& nd_msg); + void voiceMailNotify(const std::string& callID, const int32_t& nd_msg); void incomingMessage(const std::string& ID, const std::string& from, const std::string& msg); -- GitLab