1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-07 10:43:58 +00:00

Improve const correctness

This commit is contained in:
Carles Fernandez
2019-06-29 22:04:03 +02:00
parent dd3b2f11db
commit b6e9ba5877
12 changed files with 12 additions and 12 deletions

View File

@@ -142,7 +142,7 @@ public:
/*!
* \brief Priorize visible satellites in the specified vector
*/
void priorize_satellites(std::vector<std::pair<int, Gnss_Satellite>> visible_satellites);
void priorize_satellites(const std::vector<std::pair<int, Gnss_Satellite>>& visible_satellites);
private:
void init(); // Populates the SV PRN list available for acquisition and tracking