From 1d595f048c9e59bbff14217e2fe3821ee3e1aaa1 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 9 May 2010 19:17:52 +0200 Subject: changed from SDL rendering to OpenGL draw, repaint methods do not have the SDL_Surface* parameter anymore --- src/menu/frame.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/menu/frame.hpp') diff --git a/src/menu/frame.hpp b/src/menu/frame.hpp index b337275c..55e0a4db 100644 --- a/src/menu/frame.hpp +++ b/src/menu/frame.hpp @@ -40,7 +40,7 @@ namespace usdx FrameBackground* background; protected: - virtual void draw(SDL_Surface* display) const; + virtual void draw(void); public: Frame(Control* parent); -- cgit v1.2.3