mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-06-10 02:24:10 +00:00
Fix building in macOS
This commit is contained in:
parent
6fcf6d79b3
commit
e32a65b3a3
@ -167,6 +167,13 @@ class Mack_lookup
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Mack_lookup() = default;
|
Mack_lookup() = default;
|
||||||
|
Mack_lookup(uint8_t msg_,
|
||||||
|
uint8_t nt_,
|
||||||
|
const std::vector<std::string>& s1_,
|
||||||
|
const std::vector<std::string>& s2_) : msg(msg_),
|
||||||
|
nt(nt_),
|
||||||
|
sequence1(s1_),
|
||||||
|
sequence2(s2_){};
|
||||||
uint8_t msg{};
|
uint8_t msg{};
|
||||||
uint8_t nt{};
|
uint8_t nt{};
|
||||||
std::vector<std::string> sequence1;
|
std::vector<std::string> sequence1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user