diff options
author | George Hazan <george.hazan@gmail.com> | 2014-08-18 14:32:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-08-18 14:32:44 +0000 |
commit | 9a10fa95b91ae9e77ba0b0601374fe1abf7782ba (patch) | |
tree | dda025f3b39dd572550a511edf067d2b98946f31 /protocols/JabberG/src/jabber_disco.h | |
parent | 3acd84bf6889f8fe2086eda619a0175d88e05a56 (diff) |
CRITICAL_SECTION removed from Jabber
git-svn-id: http://svn.miranda-ng.org/main/trunk@10229 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_disco.h')
-rw-r--r-- | protocols/JabberG/src/jabber_disco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_disco.h b/protocols/JabberG/src/jabber_disco.h index ad534d35fa..cb42d4d097 100644 --- a/protocols/JabberG/src/jabber_disco.h +++ b/protocols/JabberG/src/jabber_disco.h @@ -410,7 +410,7 @@ public: RemoveAll();
}
- CRITICAL_SECTION& cs() { return m_cs; }
+ mir_cs& cs() { return m_cs; }
void RemoveAll()
{
|