X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c02633d77cb05a5deb05440d77b12ccc5bc19b85..a91e9542b384905187890f161d4da5396996fcfd:/projects/stargazer/plugins/configuration/sgconfig/parser_users.h diff --git a/projects/stargazer/plugins/configuration/sgconfig/parser_users.h b/projects/stargazer/plugins/configuration/sgconfig/parser_users.h index b9d5fce4..a56acffc 100644 --- a/projects/stargazer/plugins/configuration/sgconfig/parser_users.h +++ b/projects/stargazer/plugins/configuration/sgconfig/parser_users.h @@ -26,9 +26,9 @@ #include "stg/user_conf.h" #include "stg/user_stat.h" #include "stg/common.h" -#include "stg/optional.h" #include +#include namespace STG { @@ -160,8 +160,8 @@ class CHG_USER: public BASE_PARSER const Tariffs & m_tariffs; UserStatOpt m_usr; UserConfOpt m_ucr; - Optional m_upr[DIR_NUM]; - Optional m_downr[DIR_NUM]; + std::optional m_upr[DIR_NUM]; + std::optional m_downr[DIR_NUM]; std::string m_cashMsg; std::string m_login; bool m_cashMustBeAdded;