]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHyperlink.h
New attempt on #9906: allow following hyperlinks via context menu.
[lyx.git] / src / insets / InsetHyperlink.h
index 0e0e8d34465320821e9ddb43feea6ea367f23b36..90ae05b94f7413f721373c68ccdf102747937abe 100644 (file)
@@ -51,7 +51,7 @@ public:
        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;
        //@}