fixed: initializer list order

This commit is contained in:
Arne Morten Kvarving 2020-11-17 12:21:29 +01:00
parent 8ffb918650
commit ec2294ee77

View File

@ -172,8 +172,8 @@ UDQDefine::UDQDefine(const UDQParams& udq_params,
ErrorGuard& errors) :
m_keyword(keyword),
m_var_type(UDQ::varType(keyword)),
m_report_step(report_step),
m_location(location),
m_report_step(report_step),
m_update_status(UDQUpdate::ON)
{
std::vector<std::string> string_tokens;