]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.C
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / inseterror.C
index dd1a12acd632aef5ae99f405465fd88ae78d2c9a..da5bed5e9265c8a1fb36f9cea27377cb4e3032d7 100644 (file)
@@ -1,12 +1,12 @@
-/* This file is part of
- * ======================================================
+/**
+ * \file inseterror.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Lars Gullik Bjønnes
  *
- *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #include <config.h>
 
@@ -88,7 +88,7 @@ string const InsetError::editMessage() const
 
 void InsetError::edit(BufferView * bv, int, int, mouse_button::state)
 {
-       bv->owner()->getDialogs()->showError(this);
+       bv->owner()->getDialogs().showError(this);
 }