Merge branch 'master' of github.com:swinginbird/flippr-code

This commit is contained in:
Johannes Wendel
2019-05-14 10:58:33 +02:00
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)