/** * \file ControlIndex.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author Angus Leeming * * Full author contact details are available in file CREDITS */ #include #ifdef __GNUG__ #pragma implementation #endif #include "ControlIndex.h" ControlIndex::ControlIndex(LyXView & lv, Dialogs & d) : ControlCommand(lv, d, LFUN_INDEX_INSERT) {}