diff --git a/src/algorithms/PVT/libs/rtcm.h b/src/algorithms/PVT/libs/rtcm.h index dfbd42009..49b681b3e 100644 --- a/src/algorithms/PVT/libs/rtcm.h +++ b/src/algorithms/PVT/libs/rtcm.h @@ -506,8 +506,8 @@ private: static const std::size_t max_body_length = 1029; Rtcm_Message() - : body_length_(0) { + body_length_ = 0; } const char* data() const