diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 17:08:00 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-25 17:08:00 +0000 |
commit | 763ff998a4b78f958fdc73440682ccbaf7a66fe4 (patch) | |
tree | 8c267251c696a7a55e2c16d37aafe417bdc3b8cd /protocols/FacebookRM/src/communication.cpp | |
parent | 7661154c6360c2b9ff10dc536fe029323f7a96cb (diff) |
Facebook - common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/communication.cpp')
-rw-r--r-- | protocols/FacebookRM/src/communication.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/communication.cpp b/protocols/FacebookRM/src/communication.cpp index 66e931bf14..08fe0ea73a 100644 --- a/protocols/FacebookRM/src/communication.cpp +++ b/protocols/FacebookRM/src/communication.cpp @@ -20,14 +20,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "common.h" +#include "stdafx.h" void facebook_client::client_notify(TCHAR* message) { parent->NotifyEvent(parent->m_tszUserName, message, NULL, FACEBOOK_EVENT_CLIENT); } -http::response facebook_client::flap(RequestType request_type, std::string *post_data, std::string *get_data, int method) +http::response facebook_client::flap(RequestType request_type, std::string *post_data, std::string *get_data, int) { http::response resp; |