]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbib.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetbib.h
index e1de692e35a98fd826d427cfdabd1e0d47e1fcef..c297634f7cfe7650e10381845da9dc3d6342a00a 100644 (file)
@@ -1,13 +1,13 @@
 // -*- C++ -*-
-/* This file is part of*
- * ======================================================
+/**
+ * \file insetbib.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Alejandro Aguilar Sierra
  *
- *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef INSET_BIB_H
 #define INSET_BIB_H
@@ -43,7 +43,7 @@ public:
        ///
        virtual string const getScreenLabel(Buffer const *) const;
        ///
-       void edit(BufferView *, int x, int y, unsigned int button);
+       void edit(BufferView *, int x, int y, mouse_button::state button);
        ///
        void edit(BufferView * bv, bool front = true);
        ///
@@ -93,7 +93,7 @@ public:
        ///
        Inset::Code lyxCode() const { return Inset::BIBTEX_CODE; }
        ///
-       void edit(BufferView *, int x, int y, unsigned int button);
+       void edit(BufferView *, int x, int y, mouse_button::state button);
        ///
        void edit(BufferView * bv, bool front = true);
        ///