converted static variable to class member in pqihandler

This commit is contained in:
csoler 2016-06-11 18:07:57 -04:00
parent 34f49d4ae8
commit 972de42864
2 changed files with 12 additions and 10 deletions

View file

@ -121,6 +121,7 @@ protected:
uint32_t nb_ticks ;
time_t last_m ;
time_t mLastRateCapUpdate ;
float ticks_per_sec ;
};