소스 검색

build fix

Adam Ierymenko 8 년 전
부모
커밋
6bb19e7947
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controller/JSONDB.cpp

+ 1 - 1
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;