Update taskbar.hpp

This commit is contained in:
Anakael 2021-11-19 18:38:59 +03:00 committed by GitHub
parent 75a6dddea5
commit 23955fdcc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ class Task
private:
std::string repr() const;
std::string state_string(bool = false) const;
void hide_if_ignored();
void hide_if_ignored();
public:
/* Getter functions */