Merge branch 'master' of github.com:swinginbird/flippr-code
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user