This commit is contained in:
2026-02-17 14:08:46 +03:00
parent cc57643315
commit ec7b7d8506
2 changed files with 2 additions and 2 deletions

View File

@@ -1185,7 +1185,7 @@ protected:
return mcc_deduce_err(t_err, MccGenericMountNetworkServerErrorCode::ERROR_MOUNT_GET_TELEMETRY);
}
auto get_coords = [&]<mcc_coord_pair_c T>(T& cp) {
auto get_coords = [&]<mcc_coord_pair_c T>(T& cp) -> std::error_code {
cp.setEpoch(tdata.mountPos.epoch());
if (target) {