1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 04:30:33 +00:00

Fix for GCC 4.9

This commit is contained in:
Carles Fernandez 2020-05-29 09:46:30 +02:00
parent 8c2d1d6ad1
commit 0897811d16
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -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