diff --git a/backends/smstools3/main.cpp b/backends/smstools3/main.cpp index 31a22b78381250d3cd1d1eb6907cb8249345a726..9e5600ffdd02295c3303a791e5775b32947400f3 100644 --- a/backends/smstools3/main.cpp +++ b/backends/smstools3/main.cpp @@ -193,7 +193,7 @@ class SMSNetworkPlugin : public NetworkPlugin { void handleLogoutRequest(const std::string &user, const std::string &legacyName) { } - void handleMessageSendRequest(const std::string &user, const std::string &legacyName, const std::string &message, const std::string &xhtml = "") { + void handleMessageSendRequest(const std::string &user, const std::string &legacyName, const std::string &message, const std::string &xhtml = "", const std::string &id = "") { // Remove trailing +, because smstools doesn't use it in "From: " field for received messages. std::string n = legacyName; if (n.find("+") == 0) {