diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-10 13:44:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-10 22:49:59 +0300 |
commit | f3f7879c48fe8e202c3519cd465225645949167e (patch) | |
tree | 898a86c3446d988e86d7c3f160036533bdfd6475 /src/gui/windows/tradewindow.h | |
parent | 37d7bd3163ad58391df36363b6f0135c638fbeb8 (diff) | |
download | plus-f3f7879c48fe8e202c3519cd465225645949167e.tar.gz plus-f3f7879c48fe8e202c3519cd465225645949167e.tar.bz2 plus-f3f7879c48fe8e202c3519cd465225645949167e.tar.xz plus-f3f7879c48fe8e202c3519cd465225645949167e.zip |
Add typed bool type Identified.
Diffstat (limited to 'src/gui/windows/tradewindow.h')
-rw-r--r-- | src/gui/windows/tradewindow.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/windows/tradewindow.h b/src/gui/windows/tradewindow.h index 1abe4a91f..f48002deb 100644 --- a/src/gui/windows/tradewindow.h +++ b/src/gui/windows/tradewindow.h @@ -23,6 +23,8 @@ #ifndef GUI_WINDOWS_TRADEWINDOW_H #define GUI_WINDOWS_TRADEWINDOW_H +#include "enums/simpletypes.h" + #include "gui/widgets/window.h" #include "listeners/actionlistener.h" @@ -73,7 +75,7 @@ class TradeWindow final : public Window, const int quantity, const uint8_t refine, const unsigned char color, - const bool identified, + const Identified identified, const bool damaged, const bool favorite) const; @@ -93,7 +95,7 @@ class TradeWindow final : public Window, const int quantity, const uint8_t refine, const unsigned char color, - const bool identified, + const Identified identified, const bool damaged, const bool favorite, const bool equipment) const; |