summaryrefslogtreecommitdiff
path: root/src/gui/popups/itempopup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-24 15:04:49 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-25 20:18:59 +0300
commit2bde1b0193dbef84c9d95c9826aecb910d901196 (patch)
tree7f4e3cd41df3a41459f9bde2b5a80c73d755fe72 /src/gui/popups/itempopup.h
parent9d521a19be347703bfdbb7802d0397a59c3edd7a (diff)
downloadplus-2bde1b0193dbef84c9d95c9826aecb910d901196.tar.gz
plus-2bde1b0193dbef84c9d95c9826aecb910d901196.tar.bz2
plus-2bde1b0193dbef84c9d95c9826aecb910d901196.tar.xz
plus-2bde1b0193dbef84c9d95c9826aecb910d901196.zip
Add missing checks into popups.
Diffstat (limited to 'src/gui/popups/itempopup.h')
-rw-r--r--src/gui/popups/itempopup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/popups/itempopup.h b/src/gui/popups/itempopup.h
index c8ff7457a..32ace3af3 100644
--- a/src/gui/popups/itempopup.h
+++ b/src/gui/popups/itempopup.h
@@ -75,7 +75,8 @@ class ItemPopup final : public Popup
int mLastId;
unsigned char mLastColor;
- void setLabelColor(Label *label, const ItemType::Type type) const;
+ void setLabelColor(Label *label,
+ const ItemType::Type type) const A_NONNULL(2);
};
extern ItemPopup *itemPopup;