]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlDialog_impl.C
Add a buffer_path arg to InsetGraphicsMailer's params2string, string2params.
[lyx.git] / src / frontends / controllers / ControlDialog_impl.C
1 /**
2  * \file ControlDialog_impl.C
3  * This file is part of LyX, the document processor.
4  * Licence details can be found in the file COPYING.
5  *
6  * \author Angus Leeming
7  *
8  * Full author contact details are available in file CREDITS
9  */
10
11 #include <config.h>
12
13 #include "ControlDialog_impl.h"
14 #include "ControlDialog.tmpl"
15
16
17 ControlDialogBD::ControlDialogBD(LyXView & lv, Dialogs & d)
18         : ControlDialog<ControlConnectBD>(lv, d)
19 {}
20
21
22 ControlDialogBI::ControlDialogBI(LyXView & lv, Dialogs & d)
23         : ControlDialog<ControlConnectBI>(lv, d)
24 {}