X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetinclude.h;h=546253d7f853abdeea9208e7a0cfe5b5c75b79ed;hb=b922cdd796f9e4b9a46a79808cdee596e04903eb;hp=892ed6be2063802e430fe6c2aa0c2f59f5384cee;hpb=7c0dad35b33c8f23f3d74d26f5689cc4d869c8b2;p=lyx.git diff --git a/src/insets/insetinclude.h b/src/insets/insetinclude.h index 892ed6be20..546253d7f8 100644 --- a/src/insets/insetinclude.h +++ b/src/insets/insetinclude.h @@ -97,7 +97,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 &) const; @@ -119,7 +119,7 @@ public: SigC::Signal0 hideDialog; private: /// get the text displayed on the button - string const getScreenLabel() const; + string const getScreenLabel(Buffer const *) const; /// is this a verbatim include ? bool isVerbatim() const; /// get the filename of the master buffer