From a1e56adad8eb8ed4c8de5850fb2c81af9adb9585 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 28 Aug 2012 02:25:14 +0200 Subject: GUI: Use in-place Surface conversion in widget code. --- gui/widget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/widget.h') diff --git a/gui/widget.h b/gui/widget.h index 6f710f302f..e3f712564f 100644 --- a/gui/widget.h +++ b/gui/widget.h @@ -230,7 +230,7 @@ public: protected: void drawWidget(); - Graphics::Surface *_gfx; + Graphics::Surface _gfx; int _alpha; bool _transparency; }; @@ -358,7 +358,7 @@ public: protected: void drawWidget(); - Graphics::Surface *_gfx; + Graphics::Surface _gfx; int _alpha; bool _transparency; }; -- cgit v1.2.3