X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetHyperlink.h;h=4e428c767decca41ad0fab381bc42580bdf03667;hb=bfddee97e191a853f0576f4fab3f095c4e9ce0de;hp=29439f51c51282b88c5356df19cc10719f2b7889;hpb=832d6cd7e1017b11058048a9dc6930ec08aee30c;p=lyx.git diff --git a/src/insets/InsetHyperlink.h b/src/insets/InsetHyperlink.h index 29439f51c5..4e428c767d 100644 --- a/src/insets/InsetHyperlink.h +++ b/src/insets/InsetHyperlink.h @@ -38,13 +38,15 @@ public: /// void toString(odocstream &) const; /// + void forToc(docstring &, size_t) const; + /// docstring toolTip(BufferView const & bv, int x, int y) const; /// docstring contextMenuName() const; /// void validate(LaTeXFeatures &) const; /// - int latex(odocstream &, OutputParams const &) const; + void latex(otexstream &, OutputParams const &) const; /// int plaintext(odocstream &, OutputParams const &) const; ///