]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetindex.C
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetindex.C
index 3f66ba35099361f26ca409a3f562f186ed3762bd..2cc96574fd379744bdc0ce9712c514f5dcd7963f 100644 (file)
@@ -1,3 +1,12 @@
+/**
+ * \file insetindex.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author Lars Gullik Bjønnes
+ *
+ * Full author contact details are available in file CREDITS
+ */
 #include <config.h>
 
 #ifdef __GNUG__
@@ -27,7 +36,7 @@ string const InsetIndex::getScreenLabel(Buffer const *) const
 
 void InsetIndex::edit(BufferView * bv, int, int, mouse_button::state)
 {
-       bv->owner()->getDialogs()->showIndex(this);
+       bv->owner()->getDialogs().showIndex(this);
 }