]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlIndex.C
reverse last change
[lyx.git] / src / frontends / controllers / ControlIndex.C
1 /**
2  * \file ControlIndex.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 #ifdef __GNUG__
14 #pragma implementation
15 #endif
16
17 #include "ControlIndex.h"
18
19
20 ControlIndex::ControlIndex(LyXView & lv, Dialogs & d)
21         : ControlCommand(lv, d, LFUN_INDEX_INSERT)
22 {}