diff options
Diffstat (limited to 'src/gui/popups/beingpopup.cpp')
-rw-r--r-- | src/gui/popups/beingpopup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/popups/beingpopup.cpp b/src/gui/popups/beingpopup.cpp index 396f323a7..3809ed4d2 100644 --- a/src/gui/popups/beingpopup.cpp +++ b/src/gui/popups/beingpopup.cpp @@ -275,7 +275,7 @@ void BeingPopup::show(const int x, const int y, Being *const b) int height = height1; FOR_EACH (std::vector<Label*>::iterator, it, mLabels) { - Label *const label = *it; + const Label *const label = *it; if (label) { if (label->getWidth() > minWidth) |