kopia lustrzana https://gitlab.com/tomaszg/geostat
Cppcheck: fix argument name mismatch
rodzic
de2beddbee
commit
c97c017ecc
2
ocdb.h
2
ocdb.h
|
@ -30,7 +30,7 @@ public:
|
|||
explicit OCdb(const std::string& db_file);
|
||||
~OCdb();
|
||||
|
||||
bool init(const std::string& json_file); // read db dump
|
||||
bool init(const std::string& dump_path); // read db dump
|
||||
bool update(const Okapi& oc); // apply changelog
|
||||
int get_revision() const;
|
||||
void set_revision(int rev);
|
||||
|
|
Ładowanie…
Reference in New Issue