Make clang-tidy happy

This commit is contained in:
Carles Fernandez 2023-11-05 17:59:55 +01:00
parent 4ec232fe2d
commit 7d9d090a21
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Rtklib_Solver::Rtklib_Solver(const rtk_t &rtk,
bool flag_dump_to_file,
bool flag_dump_to_mat) : d_dump_filename(dump_filename),
d_rtk(rtk),
d_conf(std::move(conf)),
d_conf(conf),
d_type_of_rx(type_of_rx),
d_flag_dump_enabled(flag_dump_to_file),
d_flag_dump_mat_enabled(flag_dump_to_mat)