mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-04 15:30:01 +00:00
Storage-class specifier should be at the beginning of the declaration
This commit is contained in:
parent
a5c792f689
commit
4c07b71c37
@ -229,7 +229,7 @@ public:
|
||||
{
|
||||
}
|
||||
const uint32_t tag_id;
|
||||
uint32_t static id_counter;
|
||||
static uint32_t id_counter;
|
||||
uint32_t TOW;
|
||||
uint32_t WN;
|
||||
uint32_t PRNa;
|
||||
|
Loading…
Reference in New Issue
Block a user