Skip to content
Snippets Groups Projects
Commit 16083e2e authored by Tristan Matthews's avatar Tristan Matthews
Browse files

jni: fix method signature

Change-Id: I962d09bc84c12a9f957ec626de9dbebe5b31611c
Refs: #46447
parent dc80d86a
Branches
Tags
No related merge requests found
...@@ -56,7 +56,7 @@ void CallManager::recordPlaybackStopped(const std::string& path) ...@@ -56,7 +56,7 @@ void CallManager::recordPlaybackStopped(const std::string& path)
} }
void CallManager::voiceMailNotify(const std::string& callID, const std::string& nd_msg) void CallManager::voiceMailNotify(const std::string& callID, const int32_t& nd_msg)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment