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