diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-17 13:10:33 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-17 13:10:33 +0300 |
commit | 8de798016edb9d7e87bda93431ba9548f5c6353a (patch) | |
tree | c7d30216e49860ab78114fbb593c0f840d0b3270 /protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp | |
parent | 65204f98efd6595b903d1dd6ee7a21ba88d63948 (diff) |
CurrencyRates: options moved to the separate file
Diffstat (limited to 'protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp')
-rw-r--r-- | protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp b/protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp index 70ecc65a35..94dd3cf6b0 100644 --- a/protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp +++ b/protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp @@ -702,6 +702,7 @@ void CCurrencyRatesProviderBase::Run() case WAIT_ABANDONED_0 + SETTINGS_CHANGED: case WAIT_ABANDONED_0 + REFRESH_CONTACT: assert(!"WaitForMultipleObjects abandoned"); + __fallthrough; case WAIT_OBJECT_0 + STOP_THREAD: bGoToBed = true; |