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