summaryrefslogtreecommitdiffstats
path: root/ganv/Box.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-12 21:13:20 +0100
committerDavid Robillard <d@drobilla.net>2017-02-12 21:13:20 +0100
commit1c63b44ba213336cf5bc2d601a21530726837f4c (patch)
treeaa3842deea12259e8cfbdf67ffda62e97b1c64ad /ganv/Box.hpp
parent518ab232b6db2b277fd691b64849533f3a8230b3 (diff)
downloadganv-1c63b44ba213336cf5bc2d601a21530726837f4c.tar.gz
ganv-1c63b44ba213336cf5bc2d601a21530726837f4c.tar.bz2
ganv-1c63b44ba213336cf5bc2d601a21530726837f4c.zip
Fix warnings
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)