X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fdialog%2Fscriptdialog.h;h=00680d4312330410d134e3e775c6777b35ee65c0;hb=e38df2ff7d95236e712464a1a8c472f2d9636e53;hp=b66aa93e79cf0b3dfc098952c2b0ae9ddcc08373;hpb=dc510789faf00e5706e608c827700c397d75af5b;p=inkscape.git diff --git a/src/ui/dialog/scriptdialog.h b/src/ui/dialog/scriptdialog.h index b66aa93e7..00680d431 100644 --- a/src/ui/dialog/scriptdialog.h +++ b/src/ui/dialog/scriptdialog.h @@ -34,14 +34,15 @@ class ScriptDialog : public Dialog /** * Constructor */ - ScriptDialog() : Dialog ("dialogs.script", SP_VERB_DIALOG_SCRIPT) + ScriptDialog(Behavior::BehaviorFactory behavior_factory) : + Dialog (behavior_factory, "dialogs.script", SP_VERB_DIALOG_SCRIPT) {} /** * Factory method */ - static ScriptDialog *create(); + static ScriptDialog *create(Behavior::BehaviorFactory behavior_factory); /** * Destructor