mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Attempt to fix build on MacOS
This commit is contained in:
parent
a982b60f17
commit
4c5cc9f4a9
@ -892,7 +892,7 @@ GncTxImport::set_column_type (uint32_t position, GncTransPropType type, bool for
|
||||
/* Report errors if there are any */
|
||||
auto all_errors = split_props->get_pre_trans()->errors();
|
||||
all_errors.merge (split_props->errors());
|
||||
std::get<PL_ERROR>(*parsed_lines_it) = all_errors;
|
||||
std::get<PL_ERROR>(*parsed_lines_it) = std::move(all_errors);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user