Code

Changed preference to use file chooser button
[inkscape.git] / src / ui / dialog / layer-editor.h
index 3d68a7fcf0c4039a2dd2a8d1ba0312564d7b3943..3c25c7bc081b81129930a96be7dee4d4bd2905f5 100644 (file)
@@ -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: