mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
3b10698f3c
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3433 a592a061-630c-0410-9148-cb99ea01b6c8
22 lines
439 B
C
22 lines
439 B
C
/*
|
|
* \file ControlDialog_impl.C
|
|
* Copyright 2002 the LyX Team
|
|
* Read the file COPYING
|
|
*
|
|
* \author Angus Leeming <a.leeming@ic.ac.uk>
|
|
*/
|
|
|
|
#include <config.h>
|
|
|
|
#include "ControlDialog_impl.h"
|
|
#include "ControlDialog.tmpl"
|
|
|
|
ControlDialogBD::ControlDialogBD(LyXView & lv, Dialogs & d)
|
|
: ControlDialog<ControlConnectBD>(lv, d)
|
|
{}
|
|
|
|
|
|
ControlDialogBI::ControlDialogBI(LyXView & lv, Dialogs & d)
|
|
: ControlDialog<ControlConnectBI>(lv, d)
|
|
{}
|