summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/proto.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2017-02-12 21:43:13 +0100
committerTobias Weimer <wishmaster51@googlemail.com>2017-02-12 21:43:13 +0100
commit36c32a13878d3bd94e88bd9c764f1eadb05ea1ed (patch)
tree3407b05620aa32471e95499c2635d5f6de2ce776 /protocols/FacebookRM/src/proto.h
parent646630b565d4fa2d95fd73143198b2d46deb937d (diff)
parent2651148625bef56f1fe32c638259d20abb001d68 (diff)
Merge branch 'master' of https://github.com/miranda-ng/miranda-ng
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r--protocols/FacebookRM/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h
index 699de756cb..bcceed5864 100644
--- a/protocols/FacebookRM/src/proto.h
+++ b/protocols/FacebookRM/src/proto.h
@@ -261,6 +261,6 @@ public:
static void CALLBACK APC_callback(ULONG_PTR p);
// Information providing
- HWND NotifyEvent(wchar_t* title, wchar_t* info, MCONTACT contact, EventType type, std::string *url = NULL, std::string *notification_id = NULL, const char *icon = NULL);
+ HWND NotifyEvent(wchar_t* title, wchar_t* text, MCONTACT contact, EventType type, std::string *url = NULL, std::string *notification_id = NULL, const char *icon = NULL);
void ShowNotifications();
};