summaryrefslogtreecommitdiff
path: root/FacebookRM/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'FacebookRM/client.h')
-rw-r--r--FacebookRM/client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/FacebookRM/client.h b/FacebookRM/client.h
index 0ae6dc0..45f4bb3 100644
--- a/FacebookRM/client.h
+++ b/FacebookRM/client.h
@@ -41,7 +41,7 @@ public:
msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0;
- invisible_ = is_typing_ = false;
+ is_idle_ = invisible_ = is_typing_ = false;
buddies_lock_ = send_message_lock_ = NULL;
hMsgCon = NULL;
@@ -74,6 +74,7 @@ public:
std::string chat_reconnect_reason_;
bool invisible_;
bool is_typing_;
+ bool is_idle_;
time_t last_feeds_update_;
unsigned __int64 last_notification_time_;
int msgid_;