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.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/menu/reflection.hpp b/src/menu/reflection.hpp
index 5ff75279..4681de5f 100644
--- a/src/menu/reflection.hpp
+++ b/src/menu/reflection.hpp
@@ -35,11 +35,14 @@ namespace usdx
{
private:
float spacing;
+
+ protected:
+ virtual void on_draw(void) const;
+
public:
Reflection(float spacing);
virtual ~Reflection(void);
- virtual void on_draw(void) const;
void set_spacing(float value);
const float get_spacing(void) const;