aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/frame_background.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/frame_background.hpp')
-rw-r--r--src/menu/frame_background.hpp2
1 files changed, 1 insertions, 1 deletions
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;
};
};