1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-06-25 22:52:52 +00:00

Fix error

This commit is contained in:
Carles Fernandez 2019-03-01 16:59:29 +01:00
parent 3b9f044074
commit 2543b2aae2
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -70,7 +70,7 @@ public:
inline size_t item_size() override inline size_t item_size() override
{ {
return sizeof(int) return sizeof(int);
} }
void connect(gr::top_block_sptr top_block) override; void connect(gr::top_block_sptr top_block) override;