summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-11-10 14:50:27 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-11-10 14:50:27 +0000
commit7ec4cc63fa1b31af0496ac934d001323519c838f (patch)
treeb8d828219b6740466891c30d99917c9e3ee472b2 /protocols/WhatsApp/src/proto.h
parentc97c93c3d0eb5c2a0087cb953a069fb1db960991 (diff)
minor code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@10944 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r--protocols/WhatsApp/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h
index 32ed69b72e..c598d1baff 100644
--- a/protocols/WhatsApp/src/proto.h
+++ b/protocols/WhatsApp/src/proto.h
@@ -201,7 +201,7 @@ public:
// Information providing
void NotifyEvent(const TCHAR *title, const TCHAR *info, MCONTACT contact, DWORD flags, TCHAR *url = NULL);
- void NotifyEvent(const string &title, const string &info, MCONTACT contact, DWORD flags, TCHAR *url = NULL);
+ void NotifyEvent(const std::string &title, const std::string &info, MCONTACT contact, DWORD flags, TCHAR *url = NULL);
};
#endif \ No newline at end of file