build fix

This commit is contained in:
Adam Ierymenko 2017-03-21 09:08:32 -07:00
parent 3d2518f799
commit 6bb19e7947

View file

@ -57,7 +57,7 @@ bool JSONDB::put(const std::string &n,const nlohmann::json &obj)
return true; return true;
} }
const nlohmann::json &JSONDB::get(const std::string &n,unsigned long maxSinceCheck) const nlohmann::json &JSONDB::get(const std::string &n)
{ {
if (!_isValidObjectName(n)) if (!_isValidObjectName(n))
return _EMPTY_JSON; return _EMPTY_JSON;