]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlDialog_impl.C
fix bugs 200, 201, 196
[lyx.git] / src / frontends / controllers / ControlDialog_impl.C
1 // -*- C++ -*-
2 /*
3  * \file ControlDialog_impl.C
4  * Copyright 2002 the LyX Team
5  * Read the file COPYING
6  *
7  * \author Angus Leeming <a.leeming@ic.ac.uk>
8  */
9
10 #include <config.h>
11
12 #include "ControlDialog_impl.h"
13 #include "ControlDialog.tmpl"
14
15 ControlDialogBD::ControlDialogBD(LyXView & lv, Dialogs & d)
16         : ControlDialog<ControlConnectBD>(lv, d)
17 {}
18
19
20 ControlDialogBI::ControlDialogBI(LyXView & lv, Dialogs & d)
21         : ControlDialog<ControlConnectBI>(lv, d)
22 {}