diff options
Diffstat (limited to 'src/resources/hairdb.h')
-rw-r--r-- | src/resources/hairdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/hairdb.h b/src/resources/hairdb.h index b4374985..1f75a33a 100644 --- a/src/resources/hairdb.h +++ b/src/resources/hairdb.h @@ -64,7 +64,7 @@ public: * @param maxId the max permited id. If not 0, the hairDb won't * return ids > to the parameter. */ - std::vector<int> getHairColorIds(int maxId = 0) const; + std::vector<int> getHairColorIds(int minId, int maxId) const; /** * Add a hair style to the database. |