mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-02-09 03:30:18 +00:00
Mark member function as override
This commit is contained in:
committed by
Carles Fernandez
parent
69f1975825
commit
65f0ca7b36
@@ -180,7 +180,7 @@ private:
|
||||
float compute_CAF();
|
||||
void reset_grid();
|
||||
void update_carrier_wipeoff();
|
||||
bool start();
|
||||
bool start() override;
|
||||
|
||||
std::weak_ptr<ChannelFsm> d_channel_fsm;
|
||||
std::unique_ptr<gnss_fft_complex_fwd> d_fft_if;
|
||||
|
||||
Reference in New Issue
Block a user