summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-05-11 14:49:09 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-05-11 14:49:09 +0000
commit59328dff21b246ffee24cfd45dfe36b65c76e916 (patch)
treede615a28bb2d43f126ca6a0928364dfc2704c424 /protocols/Skype/src/skype_proto.h
parente0fe91da0455894d26e6d804f9028e0c3efb6d59 (diff)
- fix own nick in chat log
- add thread sync on contact searching in db git-svn-id: http://svn.miranda-ng.org/main/trunk@4632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index 2268ecb4a8..88903af885 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -187,7 +187,7 @@ protected:
CContactGroup::Ref commonList;
CContactGroup::Ref authWaitList;
- CRITICAL_SECTION cl_loading;
+ CRITICAL_SECTION contact_search_lock;
static std::map<std::wstring, std::wstring> languages;