X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetref.h;h=b9e63412de15d4f2f014d28051b573f678f8c85b;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=681563d570034065657e2410752a9e3f0aa20c16;hpb=fa492d6bf09db7f1c278687e0000ad1c4833af3d;p=lyx.git diff --git a/src/insets/insetref.h b/src/insets/insetref.h index 681563d570..b9e63412de 100644 --- a/src/insets/insetref.h +++ b/src/insets/insetref.h @@ -61,11 +61,13 @@ public: /// void gotoLabel(); /// - int Latex(ostream &, signed char fragile, bool free_spc) const; + int Latex(std::ostream &, bool fragile, bool free_spc) const; /// - int Linuxdoc(ostream &) const; + int Ascii(std::ostream &) const; /// - int DocBook(ostream &) const; + int Linuxdoc(std::ostream &) const; + /// + int DocBook(std::ostream &) const; private: /// This function escapes 8-bit characters string escape(string const &) const;