1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-31 23:33:03 +00:00

initializing member in the constructor

This commit is contained in:
Carles Fernandez
2015-05-19 22:23:22 +02:00
parent 2c88dc7a62
commit 46a59712f2

View File

@@ -63,6 +63,7 @@ protected:
stop = false;
message = 0;
gnss_synchro = Gnss_Synchro();
acquisition = 0;
init();
}