summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/client.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-09-29 14:16:53 +0000
committerRobert Pösel <robyer@seznam.cz>2013-09-29 14:16:53 +0000
commitb728069180bcea77894d344753a7fdfc4f30a061 (patch)
tree7f9b37762348d62adb3ddb223a526b16003138cf /protocols/FacebookRM/src/client.h
parent4a80fff5bf8d7868735fc3df97fa0d2bdbc59262 (diff)
Facebook: login fixes and cleanup
- fixed login for password with not-ASCII chars - fixed login when disabled https in miranda but enabled on facebook git-svn-id: http://svn.miranda-ng.org/main/trunk@6269 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r--protocols/FacebookRM/src/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h
index d38a0ca528..5009389098 100644
--- a/protocols/FacebookRM/src/client.h
+++ b/protocols/FacebookRM/src/client.h
@@ -124,7 +124,7 @@ public:
// Login handling
- bool login(const std::string &username, const std::string &password);
+ bool login(const char *username, const char *password);
bool logout();
const std::string & get_username() const;