From 9b91590cbf31abcd90e30889915e890c43ce4d5f Mon Sep 17 00:00:00 2001 From: ruchijain Date: Sun, 13 Jun 2010 10:14:04 +0000 Subject: [PATCH] - Changes for Message Toaster git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3119 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libretroshare/src/pqi/pqinotify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare/src/pqi/pqinotify.h b/libretroshare/src/pqi/pqinotify.h index 5d5237943..7d09aff73 100644 --- a/libretroshare/src/pqi/pqinotify.h +++ b/libretroshare/src/pqi/pqinotify.h @@ -40,7 +40,7 @@ class pqiNotify virtual ~pqiNotify() { return; } /* Input from libretroshare */ -virtual bool AddPopupMessage(uint32_t ptype, std::string name, std::string msg) = 0; +virtual bool AddPopupMessage(uint32_t ptype, std::string name, std::string title, std::string msg) = 0; virtual bool AddSysMessage(uint32_t sysid, uint32_t type, std::string title, std::string msg) = 0; virtual bool AddLogMessage(uint32_t sysid, uint32_t type, std::string title, std::string msg) = 0; virtual bool AddFeedItem(uint32_t type, std::string id1, std::string id2, std::string id3) = 0;