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:
parent
8c2d1d6ad1
commit
0897811d16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user