diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-17 23:24:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-17 23:24:24 +0300 |
commit | 6a39f295e9e2c94dfcd3ce4c90415ae6bce20ef6 (patch) | |
tree | 7d1d92e613ecabed3a29b1f6f5593c77154f13bc /src/resources/db | |
parent | d5d5c487f97fe5a03b6598f5c41f7e71850ff8b7 (diff) | |
download | plus-6a39f295e9e2c94dfcd3ce4c90415ae6bce20ef6.tar.gz plus-6a39f295e9e2c94dfcd3ce4c90415ae6bce20ef6.tar.bz2 plus-6a39f295e9e2c94dfcd3ce4c90415ae6bce20ef6.tar.xz plus-6a39f295e9e2c94dfcd3ce4c90415ae6bce20ef6.zip |
Remove default parameter from horsedb.
Diffstat (limited to 'src/resources/db')
-rw-r--r-- | src/resources/db/horsedb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/horsedb.h b/src/resources/db/horsedb.h index 226e53213..e0fd1d3eb 100644 --- a/src/resources/db/horsedb.h +++ b/src/resources/db/horsedb.h @@ -49,7 +49,7 @@ namespace HorseDB void unload(); HorseInfo *get(const int id, - const bool allowNull = false) A_WARN_UNUSED; + const bool allowNull) A_WARN_UNUSED; int size(); |