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.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp
index 29eacde..2555e4a 100644
--- a/src/gui/EdgeView.hpp
+++ b/src/gui/EdgeView.hpp
@@ -38,7 +38,7 @@ public:
virtual double length_hint() const;
private:
- void update_label();
+ void update();
bool on_event(GdkEvent* ev);
SharedPtr<Machina::Edge> _edge;