changes requested

This commit is contained in:
Marc
2020-02-23 23:09:05 +01:00
parent 9abe1e2790
commit dd7d78cd60
4 changed files with 3 additions and 5 deletions

View File

@ -78,6 +78,6 @@ void waybar::util::Rfkill::waitForEvent() {
}
int waybar::util::Rfkill::getState() const {
bool waybar::util::Rfkill::getState() const {
return state_;
}