From 8de798016edb9d7e87bda93431ba9548f5c6353a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 17 Nov 2023 13:10:33 +0300 Subject: CurrencyRates: options moved to the separate file --- protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/CurrencyRates/src/CurrencyRatesProviderBase.cpp') 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; -- cgit v1.2.3