diff options
Diffstat (limited to 'protocols/FacebookRM/src/http.h')
-rw-r--r-- | protocols/FacebookRM/src/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/http.h b/protocols/FacebookRM/src/http.h index 23938cfb18..69dc4dc9c7 100644 --- a/protocols/FacebookRM/src/http.h +++ b/protocols/FacebookRM/src/http.h @@ -96,6 +96,7 @@ namespace http int code;
unsigned int error_number;
std::string error_text;
+ std::string error_title;
std::map< std::string, std::string > headers;
std::string data;
};
|