From 80b0caa35e4b84b745daef7e4102b428539cdee5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 May 2015 20:12:20 +0300 Subject: Remove safeDraw implimentation from Widget. --- src/gui/widgets/icon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/widgets/icon.h') diff --git a/src/gui/widgets/icon.h b/src/gui/widgets/icon.h index 29c17edef..bb2101b01 100644 --- a/src/gui/widgets/icon.h +++ b/src/gui/widgets/icon.h @@ -69,6 +69,8 @@ class Icon final : public Widget */ void draw(Graphics *g) override final; + void safeDraw(Graphics *g) override final; + private: Image *mImage; }; -- cgit v1.2.3-60-g2f50