X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettheorem.h;h=24e9b8a2156d544b35213bc0328602ff37870bdd;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=84ad0e0653c515ccf683ca3a4335c59d3546d40c;hpb=71f8ac34a96741c40c876c66ae199f9677559a5c;p=lyx.git diff --git a/src/insets/insettheorem.h b/src/insets/insettheorem.h index 84ad0e0653..24e9b8a215 100644 --- a/src/insets/insettheorem.h +++ b/src/insets/insettheorem.h @@ -26,19 +26,17 @@ public: /// InsetTheorem(); /// - void Write(Buffer const * buf, std::ostream & os) const; + void write(Buffer const * buf, std::ostream & os) const; /// - Inset * Clone(Buffer const &) const; + virtual Inset * clone(Buffer const &, bool same_id = false) const; /// - Inset::Code LyxCode() const { return Inset::THEOREM_CODE; } + Inset::Code lyxCode() const { return Inset::THEOREM_CODE; } /// bool display() const { return true; } /// - 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