mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-15 01:43:25 +00:00
Better parameter name.
This commit is contained in:
parent
fffc6f08f3
commit
5f6c3e1fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -98,5 +98,5 @@ struct db
|
||||||
std::vector<value> values;
|
std::vector<value> values;
|
||||||
|
|
||||||
void load(const buffer &b);
|
void load(const buffer &b);
|
||||||
void open(const path &p);
|
void open(const path &basename);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue