summaryrefslogtreecommitdiffstats
path: root/ganv/Edge.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/Edge.hpp')
-rw-r--r--ganv/Edge.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/Edge.hpp b/ganv/Edge.hpp
index eb723e5..a53c960 100644
--- a/ganv/Edge.hpp
+++ b/ganv/Edge.hpp
@@ -50,7 +50,7 @@ public:
"color", color,
"curved", static_cast<gboolean>(curved),
"arrowhead", static_cast<gboolean>(show_arrowhead),
- NULL)))
+ nullptr)))
{}
Edge(GanvEdge* gobj)