summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/CurrencyRates/src/stdafx.h')
-rw-r--r--protocols/CurrencyRates/src/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/CurrencyRates/src/stdafx.h b/protocols/CurrencyRates/src/stdafx.h
index 4731e1051f..98497de98e 100644
--- a/protocols/CurrencyRates/src/stdafx.h
+++ b/protocols/CurrencyRates/src/stdafx.h
@@ -84,6 +84,10 @@ enum EDelayMode
struct CMPlugin : public PLUGIN<CMPlugin>
{
+ // Main settings
+ CMOption<wchar_t *> wszApiKey, wszDisplayFormat, wszStatusFormat, wszTendencyFormat;
+ CMOption<uint16_t> wRateType, wRateValue;
+
// Log settings
CMOption<uint16_t> wLogMode;
CMOption<bool> bIsOnlyChangedHistory, bIsOnlyChangedLogFile;