diff --git a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_gs.h b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_gs.h index 224a3f192..58eead7e1 100644 --- a/src/algorithms/observables/gnuradio_blocks/hybrid_observables_gs.h +++ b/src/algorithms/observables/gnuradio_blocks/hybrid_observables_gs.h @@ -29,10 +29,11 @@ #include // for block #include // for gr_vector_int #include // for int32_t -#include // for string, ofstream -#include // for shared_ptr -#include -#include +#include // for std::ofstream +#include // for std::map +#include // for std:shared_ptr +#include // for std::string +#include // for std::vector class Gnss_Synchro; class hybrid_observables_gs; @@ -58,7 +59,7 @@ public: private: friend hybrid_observables_gs_sptr hybrid_observables_gs_make(const Obs_Conf& conf_); - hybrid_observables_gs(const Obs_Conf& conf_); + explicit hybrid_observables_gs(const Obs_Conf& conf_); Obs_Conf d_conf;