diff options
Diffstat (limited to 'src/gui/GraphView.hpp')
-rw-r--r-- | src/gui/GraphView.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/GraphView.hpp b/src/gui/GraphView.hpp index f0524673..140d5248 100644 --- a/src/gui/GraphView.hpp +++ b/src/gui/GraphView.hpp @@ -59,6 +59,8 @@ public: GraphView(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>& xml); + ~GraphView(); + void init(App& app); SPtr<GraphCanvas> canvas() const { return _canvas; } |