Update taskbar.hpp

This commit is contained in:
Anakael 2021-11-19 18:39:49 +03:00 committed by GitHub
parent 23955fdcc2
commit 18ea53fcbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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