/** * \file ControlDialog_impl.C * Read the file COPYING * * \author Angus Leeming * * Full author contact details are available in file CREDITS */ #include #include "ControlDialog_impl.h" #include "ControlDialog.tmpl" ControlDialogBD::ControlDialogBD(LyXView & lv, Dialogs & d) : ControlDialog(lv, d) {} ControlDialogBI::ControlDialogBI(LyXView & lv, Dialogs & d) : ControlDialog(lv, d) {}