Cppcheck: fix argument name mismatch

sql-rework
Tomasz Golinski 2020-07-06 17:15:53 +02:00
rodzic de2beddbee
commit c97c017ecc
1 zmienionych plików z 1 dodań i 1 usunięć

2
ocdb.h
Wyświetl plik

@ -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);