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/reflection.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/menu/reflection.hpp') diff --git a/src/menu/reflection.hpp b/src/menu/reflection.hpp index aa43491a..af0d70db 100644 --- a/src/menu/reflection.hpp +++ b/src/menu/reflection.hpp @@ -37,7 +37,7 @@ namespace usdx float spacing; protected: - virtual void draw(SDL_Surface* display) const; + virtual void draw(void); public: Reflection(float spacing); -- cgit v1.2.3