aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/EdgeView.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/EdgeView.hpp')
-rw-r--r--src/gui/EdgeView.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp
index bb9b478..b532071 100644
--- a/src/gui/EdgeView.hpp
+++ b/src/gui/EdgeView.hpp
@@ -28,7 +28,8 @@ class NodeView;
class EdgeView
: public Ganv::Edge
- , public Machina::Client::ClientObject::View {
+ , public Machina::Client::ClientObject::View
+{
public:
EdgeView(Ganv::Canvas& canvas,
SharedPtr<NodeView> src,