summaryrefslogtreecommitdiff
path: root/src/gui/widgets/label.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-02 17:32:03 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-02 17:32:03 +0300
commit4f7b21282f34f38090cb6e25c60f80264192faea (patch)
tree1697237ff92daee535592d9170cb8e3a3fc90680 /src/gui/widgets/label.cpp
parent5e9c1e1f9645385693581dfba4625e46126bcbee (diff)
downloadplus-4f7b21282f34f38090cb6e25c60f80264192faea.tar.gz
plus-4f7b21282f34f38090cb6e25c60f80264192faea.tar.bz2
plus-4f7b21282f34f38090cb6e25c60f80264192faea.tar.xz
plus-4f7b21282f34f38090cb6e25c60f80264192faea.zip
Fix compilation with some options.
Diffstat (limited to 'src/gui/widgets/label.cpp')
-rw-r--r--src/gui/widgets/label.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp
index c32b72b99..af6fa973d 100644
--- a/src/gui/widgets/label.cpp
+++ b/src/gui/widgets/label.cpp
@@ -285,7 +285,7 @@ void Label::widgetHidden(const Event &event A_UNUSED)
mTextChunk.deleteImage();
}
-void Label::final()
+void Label::finalCleanup()
{
mSkin = nullptr;
}