Merge branch 'master' into sway-language-module

This commit is contained in:
nikto_b
2020-10-12 13:31:39 +03:00
committed by GitHub
5 changed files with 19 additions and 16 deletions

View File

@ -70,7 +70,7 @@ class Task
std::string title_;
std::string app_id_;
uint32_t state_;
uint32_t state_ = 0;
private:
std::string repr() const;