aboutsummaryrefslogtreecommitdiffstats
path: root/yage/render/shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/render/shape.h')
-rw-r--r--yage/render/shape.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/yage/render/shape.h b/yage/render/shape.h
index bdf318ed..1fdf1c4f 100644
--- a/yage/render/shape.h
+++ b/yage/render/shape.h
@@ -8,6 +8,7 @@ namespace yage
class Shape : public Drawable
{
+public:
virtual void render() const;
};