mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-10-12 14:27:37 +00:00
Fix for GCC 4.9
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user