]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetspecialchar.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / insetspecialchar.h
index 1f0547d44455a4d46adeeb1f508932acd2423b06..1550a68f48ef9789dec5af4993714404b987b40e 100644 (file)
@@ -1,12 +1,15 @@
 // -*- C++ -*-
-/* This file is part of*
- * ======================================================
+/**
+ * \file insetspecialchar.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author Asger Alstrup Nielsen
+ * \author Jean-Marc Lasgouttes
+ * \author Lars Gullik Bjønnes
  *
- *         Copyright 1997 Asger Alstrup
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef INSET_SPECIALCHAR_H
 #define INSET_SPECIALCHAR_H
@@ -67,7 +70,7 @@ public:
        ///
        int linuxdoc(Buffer const *, std::ostream &) const;
        ///
-       int docbook(Buffer const *, std::ostream &) const;
+       int docbook(Buffer const *, std::ostream &, bool mixcont) const;
        ///
        virtual Inset * clone(Buffer const &, bool same_id = false) const;
        ///