fix typo and initialize old_status_

This commit is contained in:
Lucas L. Treffenstädt
2018-11-02 22:08:55 +01:00
parent 0522577fe5
commit 123ce083b4
2 changed files with 5 additions and 4 deletions

View File

@ -29,7 +29,7 @@ class Battery : public ALabel {
util::SleeperThread threadTimer_;
std::vector<fs::path> batteries_;
int fd_;
std::string old_state_;
std::string old_status_;
};
}