mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-08-14 06:08:54 +00:00
Mark member function as override
This commit is contained in:
@@ -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