X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Flayer-editor.h;h=3c25c7bc081b81129930a96be7dee4d4bd2905f5;hb=e38df2ff7d95236e712464a1a8c472f2d9636e53;hp=3d68a7fcf0c4039a2dd2a8d1ba0312564d7b3943;hpb=6b15695578f07a3f72c4c9475c1a261a3021472a;p=inkscape.git diff --git a/src/ui/dialog/layer-editor.h b/src/ui/dialog/layer-editor.h index 3d68a7fcf..3c25c7bc0 100644 --- a/src/ui/dialog/layer-editor.h +++ b/src/ui/dialog/layer-editor.h @@ -22,10 +22,11 @@ namespace Dialog { class LayerEditor : public Dialog { public: - LayerEditor(); + LayerEditor(Behavior::BehaviorFactory behavior_factory); virtual ~LayerEditor(); - static LayerEditor *create() { return new LayerEditor(); } + static LayerEditor *create(Behavior::BehaviorFactory behavior_factory) + { return new LayerEditor(behavior_factory); } protected: