Browse Source

build fix

pull/1/head
Adam Ierymenko 9 years ago
parent
commit
6bb19e7947
  1. 2
      controller/JSONDB.cpp

2
controller/JSONDB.cpp

@ -57,7 +57,7 @@ bool JSONDB::put(const std::string &n,const nlohmann::json &obj)
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))
return _EMPTY_JSON;

Loading…
Cancel
Save