]> git.lyx.org Git - lyx.git/blob - src/frontends/controllers/ControlIndex.C
Really dull and boring header shit
[lyx.git] / src / frontends / controllers / ControlIndex.C
1 /**
2  * \file ControlIndex.C
3  * Read the file COPYING
4  *
5  * \author Angus Leeming
6  *
7  * Full author contact details are available in file CREDITS
8  */
9
10 #include <config.h>
11
12 #ifdef __GNUG__
13 #pragma implementation
14 #endif
15
16 #include "ControlIndex.h"
17
18
19 ControlIndex::ControlIndex(LyXView & lv, Dialogs & d)
20         : ControlCommand(lv, d, LFUN_INDEX_INSERT)
21 {}