...
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user