diff options
Diffstat (limited to 'protocols/CurrencyRates/src/CurrencyRatesProviderBase.h')
-rw-r--r-- | protocols/CurrencyRates/src/CurrencyRatesProviderBase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/CurrencyRates/src/CurrencyRatesProviderBase.h b/protocols/CurrencyRates/src/CurrencyRatesProviderBase.h index 4b34ae99bb..47227297d4 100644 --- a/protocols/CurrencyRates/src/CurrencyRatesProviderBase.h +++ b/protocols/CurrencyRates/src/CurrencyRatesProviderBase.h @@ -116,4 +116,6 @@ protected: mutable mir_cs m_cs; }; +bool show_popup(const ICurrencyRatesProvider *pProvider, MCONTACT hContact, int nComparison, const CMStringW &rsFormat, const CPopupSettings &ps); + #endif //__3e6cb4ec_fc47_468f_a2c8_a77941176bc9_CurrencyRatesProviderBase_h__ |