X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetlist.h;h=ea9b1db588596e90d5ae1d8d0443542eaa4a18b4;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=dc1e415e1af170c0f57b5e244ebfb2682d576e1e;hpb=71f8ac34a96741c40c876c66ae199f9677559a5c;p=lyx.git diff --git a/src/insets/insetlist.h b/src/insets/insetlist.h index dc1e415e1a..ea9b1db588 100644 --- a/src/insets/insetlist.h +++ b/src/insets/insetlist.h @@ -26,17 +26,13 @@ public: /// InsetList(); /// - void Write(Buffer const * buf, std::ostream & os) const; + void write(Buffer const * buf, std::ostream & os) const; /// - Inset * Clone(Buffer const &) const; + Inset::Code lyxCode() const { return Inset::FOOT_CODE; } /// - Inset::Code LyxCode() const { return Inset::FOOT_CODE; } + int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const; /// - int Latex(Buffer const *, std::ostream &, bool fragile, bool fp) const; - /// - string const EditMessage() const; - /// - bool InsertInsetAllowed(Inset * inset) const; + string const editMessage() const; }; #endif