feat(Watcher): define watcher_id

This commit is contained in:
Alex
2019-05-20 11:47:45 +02:00
parent 7b11283b73
commit f2edc8f965
3 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@ namespace waybar::modules::SNI {
class Watcher {
public:
Watcher();
Watcher(std::size_t id);
~Watcher();
private: