reworked eventhandler

This commit is contained in:
Jonas Zeunert
2019-05-07 15:04:53 +02:00
parent 13815cc714
commit c32ce18841
7 changed files with 24 additions and 89 deletions

View File

@@ -29,7 +29,7 @@ std::string Event::getJsonString()
json["address"] = this->address;
json["priority"] = this->priority;
json.dump();
return json.dump();
}
bool operator==(const Event& left, const Event& right)