diff options
Diffstat (limited to 'src/resources')
-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(); |