diff --git a/backends/libyahoo2/main.cpp b/backends/libyahoo2/main.cpp index 9c1338399ed839c210d42bb8d8eac1220e61f0ee..df88ab8b1dea3fffbdc75bfacea33941a6513ee4 100644 --- a/backends/libyahoo2/main.cpp +++ b/backends/libyahoo2/main.cpp @@ -145,7 +145,7 @@ class YahooPlugin : public NetworkPlugin { } } - 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 = "") { YahooLocalAccount *account = m_users[user]; if (account) { LOG4CXX_INFO(logger, "Sending message from " << user << " to " << legacyName << ": " << message << ".");