]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.h
New attempt on #9906: allow following hyperlinks via context menu.
[lyx.git] / src / insets / InsetWrap.h
index 8df38e97f5de5f5e4040e042abde2ada0b235ea4..5619dc042b73f491accce98d5c5d986ad1a3dcbc 100644 (file)
@@ -13,7 +13,8 @@
 #define INSETWRAP_H
 
 #include "InsetCaptionable.h"
-#include "Length.h"
+
+#include "support/Length.h"
 
 
 namespace lyx {
@@ -72,7 +73,7 @@ private:
        int plaintext(odocstringstream & ods, OutputParams const & op,
                      size_t max_length = INT_MAX) const;
        ///
-       int docbook(odocstream &, OutputParams const &) const;
+       void docbook(XMLStream &, OutputParams const &) const;
        ///
        docstring xhtml(XMLStream &, OutputParams const &) const;
        ///