From 1a8b5160d105b50f20cb3cc24443b1f41ac6c1af Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Sun, 25 Apr 2010 18:10:15 +0200 Subject: added SDL_Surface* display to all repaint/draw methods --- src/menu/frame_background.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/menu/frame_background.hpp') diff --git a/src/menu/frame_background.hpp b/src/menu/frame_background.hpp index e815094a..a8e7daea 100644 --- a/src/menu/frame_background.hpp +++ b/src/menu/frame_background.hpp @@ -51,7 +51,7 @@ namespace usdx FrameBackground(const FrameBackground&); FrameBackground& operator=(const FrameBackground&); - virtual void draw(void) = 0; + virtual void draw(SDL_Surface* display) = 0; }; }; -- cgit v1.2.3