Skip to content
Snippets Groups Projects
Commit 6cd4dcac authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Tristan Matthews
Browse files

callmanager: fix argument type

Change-Id: I5423aeb96298a62e9c0d2074a2432926faa12915
parent 419cb97b
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment