diff options
Diffstat (limited to 'plugins/CurrencyRates/src/ImportExport.h')
-rw-r--r-- | plugins/CurrencyRates/src/ImportExport.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/CurrencyRates/src/ImportExport.h b/plugins/CurrencyRates/src/ImportExport.h index 4fd3a42470..b07bc4c4c3 100644 --- a/plugins/CurrencyRates/src/ImportExport.h +++ b/plugins/CurrencyRates/src/ImportExport.h @@ -4,4 +4,7 @@ INT_PTR CurrencyRates_Export(WPARAM wp, LPARAM lp); INT_PTR CurrencyRates_Import(WPARAM wp, LPARAM lp); +using TNameValue = std::pair<const char*, const char*> ; // first is name,second is value +TNameValue parse_setting_node(const TiXmlNode *pXmlSetting); + #endif //__F86374E6_713C_4600_85FB_903A5CDF7251_IMPORT_EXPORT_H__ |