summaryrefslogtreecommitdiff
path: root/src/gui/widgets/playerbox.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-25 20:12:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-25 20:12:20 +0300
commit80b0caa35e4b84b745daef7e4102b428539cdee5 (patch)
treeeb24de08cd9bed429569b34f35fa0f638fcdc93d /src/gui/widgets/playerbox.h
parent7369332bb0a6d219cb2415a0b5e65bf2825da349 (diff)
downloadplus-80b0caa35e4b84b745daef7e4102b428539cdee5.tar.gz
plus-80b0caa35e4b84b745daef7e4102b428539cdee5.tar.bz2
plus-80b0caa35e4b84b745daef7e4102b428539cdee5.tar.xz
plus-80b0caa35e4b84b745daef7e4102b428539cdee5.zip
Remove safeDraw implimentation from Widget.
Diffstat (limited to 'src/gui/widgets/playerbox.h')
-rw-r--r--src/gui/widgets/playerbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/playerbox.h b/src/gui/widgets/playerbox.h
index 0eabda203..f428fcbfa 100644
--- a/src/gui/widgets/playerbox.h
+++ b/src/gui/widgets/playerbox.h
@@ -78,6 +78,8 @@ class PlayerBox final : public Widget,
*/
void draw(Graphics *graphics) override final;
+ void safeDraw(Graphics *graphics) override final;
+
/**
* Draws the background and border of the scroll area.
*/