X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetref.h;h=46a82f206bc239eaf87a37f798a9ff1b122ee944;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=eec668ea791453c0903249e43573ff171aedd9cf;hpb=7c0dad35b33c8f23f3d74d26f5689cc4d869c8b2;p=lyx.git diff --git a/src/insets/insetref.h b/src/insets/insetref.h index eec668ea79..46a82f206b 100644 --- a/src/insets/insetref.h +++ b/src/insets/insetref.h @@ -44,7 +44,7 @@ public: return new InsetRef(params(), buffer, same_id); } /// - string const getScreenLabel() const; + string const getScreenLabel(Buffer const *) const; /// EDITABLE editable() const { return IS_EDITABLE; } /// @@ -63,7 +63,7 @@ public: /// int linuxdoc(Buffer const *, std::ostream &) const; /// - int docBook(Buffer const *, std::ostream &) const; + int docbook(Buffer const *, std::ostream &) const; /// void validate(LaTeXFeatures & features) const; private: