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 5009389098..a14a29b483 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -110,7 +110,7 @@ public: unsigned int error_count_;
- bool validate_response(http::response*);
+ bool validate_response(http::response *resp, bool notify = true);
bool handle_entry(std::string method);
bool handle_success(std::string method);
|