diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-15 19:53:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-15 19:53:28 +0300 |
commit | 7333084ce4c1d0fbaaef265d1400ef9552f856bd (patch) | |
tree | b8327e92fb62818eb8717ab2883a641643363bb7 /src/gui | |
parent | 1fe641c6a8e5a9186645e7b776a31337064f77d8 (diff) | |
download | ManaVerse-7333084ce4c1d0fbaaef265d1400ef9552f856bd.tar.gz ManaVerse-7333084ce4c1d0fbaaef265d1400ef9552f856bd.tar.bz2 ManaVerse-7333084ce4c1d0fbaaef265d1400ef9552f856bd.tar.xz ManaVerse-7333084ce4c1d0fbaaef265d1400ef9552f856bd.zip |
Add some missing costs.
Diffstat (limited to 'src/gui')
-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) |