diff options
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 0f9853ca26..fa3f11db09 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -203,7 +203,7 @@ public: // HTTP communication
- http::response flap(RequestType request_type, std::string *post_data = NULL, std::string *get_data = NULL, int method = 0);
+ http::response flap(RequestType request_type, std::string *post_data = NULL, std::string *get_data = NULL);
bool save_url(const std::string &url,const std::tstring &filename, HANDLE &nlc);
bool notify_errors(RequestType);
|