summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/CurrencyConverter.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-08-18 11:48:46 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-08-18 11:48:46 +0000
commit563378c993b1c08a1bbe23e8f6c372c675c38e7a (patch)
tree798ec8ba61d351cd2ebe0e39737848d3b2495f46 /plugins/Quotes/src/CurrencyConverter.cpp
parent914f4263b866f546311b4f8e3a95ff816770783f (diff)
- naming conflict;
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/CurrencyConverter.cpp')
-rw-r--r--plugins/Quotes/src/CurrencyConverter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Quotes/src/CurrencyConverter.cpp b/plugins/Quotes/src/CurrencyConverter.cpp
index 9a3d45cb50..6858aa9a28 100644
--- a/plugins/Quotes/src/CurrencyConverter.cpp
+++ b/plugins/Quotes/src/CurrencyConverter.cpp
@@ -10,7 +10,7 @@ namespace
{
CQuotesProviderGoogle* get_google_provider()
{
- CModuleInfo::TQuotesProvidersPtr& pProviders = CModuleInfo::GetQuoteProvidersPtr();
+ CModuleInfo::TQuotesProvidersPtr pProviders = CModuleInfo::GetQuoteProvidersPtr();
const CQuotesProviders::TQuotesProviders& rapQuotesProviders = pProviders->GetProviders();
for (CQuotesProviders::TQuotesProviders::const_iterator i = rapQuotesProviders.begin(); i != rapQuotesProviders.end(); ++i)
{