summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/proto.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-05-28 17:21:42 +0000
committerRobert Pösel <robyer@seznam.cz>2014-05-28 17:21:42 +0000
commit142db72b8b10178a262b4508fd8d06249c1ea728 (patch)
treee602017d4bdf355fd92299098cd4a79579388d14 /protocols/Twitter/src/proto.h
parent4d556a607649ff90b846f0c6e1b033d365d3b744 (diff)
Twitter: When clicked on popup, open tweet detail in browser; Version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@9336 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/proto.h')
-rw-r--r--protocols/Twitter/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/src/proto.h b/protocols/Twitter/src/proto.h
index 659e2b41d5..7c0207d78b 100644
--- a/protocols/Twitter/src/proto.h
+++ b/protocols/Twitter/src/proto.h
@@ -126,7 +126,7 @@ private:
int ShowPinDialog();
void ShowPopup(const wchar_t *, int Error = 0);
void ShowPopup(const char *, int Error = 0);
- void ShowContactPopup(MCONTACT, const std::string &);
+ void ShowContactPopup(MCONTACT, const std::string &, const std::string *);
bool IsMyContact(MCONTACT, bool include_chat = false);
MCONTACT UsernameToHContact(const char *);