]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetfloatlist.h
index 7452a2448e711f37d5f483f3d079c2840b3bd0eb..b774d504219a4f2a27270c28d785cb87296b51dd 100644 (file)
@@ -1,13 +1,13 @@
 // -*- C++ -*-
-/* This file is part of*
- * ======================================================
+/**
+ * \file insetfloatlist.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Word Processor
+ * \author Lars Gullik Bjønnes
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1996-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef INSET_FLOATLIST_H
 #define INSET_FLOATLIST_H
@@ -33,7 +33,7 @@ public:
        ///
        string const getScreenLabel(Buffer const *) const;
        ///
-       void edit(BufferView * bv, int, int, unsigned int);
+       void edit(BufferView * bv, int, int, mouse_button::state);
        ///
        void edit(BufferView * bv, bool front = true);
        ///
@@ -51,7 +51,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const { return 0; }
        ///
-       int docbook(Buffer const *, std::ostream &) const { return 0; }
+       int docbook(Buffer const *, std::ostream &, bool) const { return 0; }
        ///
        int ascii(Buffer const *, std::ostream &, int linelen) const;
        ///