summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tree-editor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/tree-editor.cpp')
-rw-r--r--src/ui/dialog/tree-editor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/tree-editor.cpp b/src/ui/dialog/tree-editor.cpp
index 4d982d3e3..6da5c486b 100644
--- a/src/ui/dialog/tree-editor.cpp
+++ b/src/ui/dialog/tree-editor.cpp
@@ -21,8 +21,8 @@ namespace Inkscape {
namespace UI {
namespace Dialog {
-TreeEditor::TreeEditor()
- : Dialog ("dialogs.treeeditor", SP_VERB_NONE /*FIXME*/)
+TreeEditor::TreeEditor(Behavior::BehaviorFactory behavior_factory)
+ : Dialog (behavior_factory, "dialogs.treeeditor", SP_VERB_NONE /*FIXME*/)
{
get_vbox()->pack_start(_hbox);