diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-11 00:20:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-11 00:20:57 +0300 |
commit | 067410031057ffc9bdb36b976bc2a658b23acb1b (patch) | |
tree | ca60538b0a1aef7aabcd2d89250efe98961e85cb /src/item.cpp | |
parent | 7d9f6bd3984c423b89a9f564342cde74f378f8c9 (diff) | |
download | plus-067410031057ffc9bdb36b976bc2a658b23acb1b.tar.gz plus-067410031057ffc9bdb36b976bc2a658b23acb1b.tar.bz2 plus-067410031057ffc9bdb36b976bc2a658b23acb1b.tar.xz plus-067410031057ffc9bdb36b976bc2a658b23acb1b.zip |
Add typed bool type Favorite.
Diffstat (limited to 'src/item.cpp')
-rw-r--r-- | src/item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item.cpp b/src/item.cpp index a09b5afc8..07c33dc49 100644 --- a/src/item.cpp +++ b/src/item.cpp @@ -44,7 +44,7 @@ Item::Item(const int id, const unsigned char color, const Identified identified, const Damaged damaged, - const bool favorite, + const Favorite favorite, const bool equipment, const bool equipped) : mId(0), |