diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-02 15:42:33 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-02 15:42:33 +0000 |
commit | 8b3eb587f0d868ee403e96f98d135fd7ab7a620b (patch) | |
tree | 8278734d0a8d21a4418a7d3a0a054c2229b40b0f /protocols/SkypeWeb/src/skype_proto.h | |
parent | 030ba2d4e3a9eeeb395b517c1e103912d1d3b0b1 (diff) |
SkypeWeb: coverity fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@15485 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index cb53e1690f..91f4c3351a 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -94,7 +94,7 @@ private: RequestQueue *requestQueue;
- bool HistorySynced;
+ bool m_bHistorySynced;
std::map<HANDLE, time_t> m_mpOutMessages;
|