]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlDialog_impl.C
We don't currently use fork anywhere (or if we do it's by mistake!), so
[lyx.git] / src / frontends / controllers / ControlDialog_impl.C
1 /*
2  * \file ControlDialog_impl.C
3  * Copyright 2002 the LyX Team
4  * Read the file COPYING
5  *
6  * \author Angus Leeming <a.leeming@ic.ac.uk>
7  */
8
9 #include <config.h>
10
11 #include "ControlDialog_impl.h"
12 #include "ControlDialog.tmpl"
13
14 ControlDialogBD::ControlDialogBD(LyXView & lv, Dialogs & d)
15         : ControlDialog<ControlConnectBD>(lv, d)
16 {}
17
18
19 ControlDialogBI::ControlDialogBI(LyXView & lv, Dialogs & d)
20         : ControlDialog<ControlConnectBI>(lv, d)
21 {}