...and fix the function signature in the header
parent
123ce083b4
commit
d8b6201632
|
@ -23,7 +23,7 @@ class Battery : public ALabel {
|
|||
|
||||
void worker();
|
||||
std::tuple<uint16_t, std::string> getInfos();
|
||||
std::string getState(uint16_t, bool);
|
||||
std::string getState(uint16_t);
|
||||
|
||||
util::SleeperThread thread_;
|
||||
util::SleeperThread threadTimer_;
|
||||
|
|
Loading…
Reference in New Issue