Better parameter name.

This commit is contained in:
lzwdgc 2020-09-18 22:27:30 +03:00
parent fffc6f08f3
commit 5f6c3e1fcf

View file

@ -98,5 +98,5 @@ struct db
std::vector<value> values;
void load(const buffer &b);
void open(const path &p);
void open(const path &basename);
};