diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-29 16:19:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-29 16:19:21 +0300 |
commit | 7bdb50605562e47f1d6ae134881c09bd42293be5 (patch) | |
tree | 935228722e4eb48f5856abec53be1ec985a0b9d6 /src/resources/db/petdb.h | |
parent | 0f9ec2061c4ad6157c3186f1cab9c4d8558980b5 (diff) | |
download | plus-7bdb50605562e47f1d6ae134881c09bd42293be5.tar.gz plus-7bdb50605562e47f1d6ae134881c09bd42293be5.tar.bz2 plus-7bdb50605562e47f1d6ae134881c09bd42293be5.tar.xz plus-7bdb50605562e47f1d6ae134881c09bd42293be5.zip |
Add strong typed int type BeingTypeId.
Diffstat (limited to 'src/resources/db/petdb.h')
-rw-r--r-- | src/resources/db/petdb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/db/petdb.h b/src/resources/db/petdb.h index 893a9dcde..ebe1fce5d 100644 --- a/src/resources/db/petdb.h +++ b/src/resources/db/petdb.h @@ -23,7 +23,7 @@ #ifndef RESOURCES_DB_PETDB_H #define RESOURCES_DB_PETDB_H -#include "enums/simpletypes/beingid.h" +#include "enums/simpletypes/beingtypeid.h" #include <string> @@ -39,7 +39,7 @@ namespace PETDB void unload(); - BeingInfo *get(const BeingId id) A_WARN_UNUSED; + BeingInfo *get(const BeingTypeId id) A_WARN_UNUSED; } // namespace PETDB #endif // RESOURCES_DB_PETDB_H |