diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 06:00:43 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-30 06:00:43 +0000 |
commit | e08a7cc8649d735a166879a3c1cf0b1642c651d1 (patch) | |
tree | 1916876b0586ea5bf1c00b22e59e274708e3b61d /plugins/Quotes/src/HTMLParserMS.h | |
parent | 481296bc540cdbdd0efef87ddaa173c96619edc3 (diff) |
minus critical section
git-svn-id: http://svn.miranda-ng.org/main/trunk@13268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/HTMLParserMS.h')
-rw-r--r-- | plugins/Quotes/src/HTMLParserMS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Quotes/src/HTMLParserMS.h b/plugins/Quotes/src/HTMLParserMS.h index 2a2673e720..ac01ac2d32 100644 --- a/plugins/Quotes/src/HTMLParserMS.h +++ b/plugins/Quotes/src/HTMLParserMS.h @@ -17,7 +17,7 @@ private: CComPtr<IMarkupServices> m_pMS;
CComPtr<IMarkupPointer> m_pMkStart;
CComPtr<IMarkupPointer> m_pMkFinish;
- mutable CLightMutex m_cs;
+ mutable mir_cs m_cs;
};
class CHTMLEngineMS : public IHTMLEngine
|