summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/QuotesProviderBase.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-04-30 06:00:43 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-04-30 06:00:43 +0000
commite08a7cc8649d735a166879a3c1cf0b1642c651d1 (patch)
tree1916876b0586ea5bf1c00b22e59e274708e3b61d /plugins/Quotes/src/QuotesProviderBase.h
parent481296bc540cdbdd0efef87ddaa173c96619edc3 (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/QuotesProviderBase.h')
-rw-r--r--plugins/Quotes/src/QuotesProviderBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Quotes/src/QuotesProviderBase.h b/plugins/Quotes/src/QuotesProviderBase.h
index 6e923b693c..b7f226fab3 100644
--- a/plugins/Quotes/src/QuotesProviderBase.h
+++ b/plugins/Quotes/src/QuotesProviderBase.h
@@ -102,7 +102,7 @@ private:
protected:
TContracts m_aContacts;
- mutable CLightMutex m_cs;
+ mutable mir_cs m_cs;
private:
typedef boost::scoped_ptr<CXMLFileInfo> TXMLFileInfoPtr;