summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphTreeWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphTreeWindow.hpp')
-rw-r--r--src/gui/GraphTreeWindow.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/gui/GraphTreeWindow.hpp b/src/gui/GraphTreeWindow.hpp
index 9ab05f94..09361661 100644
--- a/src/gui/GraphTreeWindow.hpp
+++ b/src/gui/GraphTreeWindow.hpp
@@ -95,10 +95,9 @@ protected:
class GraphTreeView : public Gtk::TreeView
{
public:
- GraphTreeView(BaseObjectType* cobject,
- const Glib::RefPtr<Gtk::Builder>& xml)
- : Gtk::TreeView(cobject)
- , _window(NULL)
+ GraphTreeView(BaseObjectType* cobject, const Glib::RefPtr<Gtk::Builder>&)
+ : Gtk::TreeView(cobject)
+ , _window(NULL)
{}
void set_window(GraphTreeWindow* win) { _window = win; }