summaryrefslogtreecommitdiffstats
path: root/ganv/Box.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Box.hpp')
-rw-r--r--ganv/Box.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv/Box.hpp b/ganv/Box.hpp
index 0083074..1b95859 100644
--- a/ganv/Box.hpp
+++ b/ganv/Box.hpp
@@ -28,8 +28,8 @@ public:
: Node(canvas, GANV_NODE(gobj))
{}
- RW_PROPERTY(const char*, label);
- RW_PROPERTY(gboolean, beveled);
+ RW_PROPERTY(const char*, label)
+ RW_PROPERTY(gboolean, beveled)
METHODRET0(ganv_box, double, get_x1)
METHODRET0(ganv_box, double, get_y1)