]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
Make it compile when USE_BOOST_FORMAT is unset
[lyx.git] / src / insets / inseturl.h
index f99d63244e9ff3bae295531e29efe30432fe51f4..a3c8c7562bc9fcb6e7f5bf2f4545f2bac9c4b169 100644 (file)
@@ -1,12 +1,13 @@
 // -*- C++ -*-
-/* This file is part of*
- * ======================================================
+/**
+ * \file inseturl.h
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *           LyX, The Document Processor
+ * \author José Matos
  *
- *         Copyright 1997-2001 The LyX Team.
- *
- * ====================================================== */
+ * Full author contact details are available in file CREDITS
+ */
 
 #ifndef INSET_URL_H
 #define INSET_URL_H
@@ -52,7 +53,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;
 };
 
 #endif