diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-07-22 09:00:35 +0900 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-22 09:00:35 +0900 |
commit | aa404b3469a2ca74665107a03e8560163b9e7c75 (patch) | |
tree | d29b66acf3ce47e1741c801793576929c430b7c5 /profile-widget | |
parent | a0aaadd50ba63ee4b15838564e6d919d41a3af40 (diff) | |
download | subsurface-aa404b3469a2ca74665107a03e8560163b9e7c75.tar.gz |
Undefine both macros
There really is not need to do this, but at least do it symmetrically.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/diveeventitem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profile-widget/diveeventitem.cpp b/profile-widget/diveeventitem.cpp index de3c8fb31..c90857417 100644 --- a/profile-widget/diveeventitem.cpp +++ b/profile-widget/diveeventitem.cpp @@ -105,6 +105,7 @@ void DiveEventItem::setupPixmap() setPixmap(EVENT_PIXMAP(":warning")); } #undef EVENT_PIXMAP +#undef EVENT_PIXMAP_BIGGER } void DiveEventItem::setupToolTipString() |