X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetfoot.h;h=2a64b918726127adba50fea8d8cc33cb2d9206a8;hb=3ce727041d6eef7a30ea58d8469ac8042eb20409;hp=d84e1327c2ae61504561f0b68009771bab43b819;hpb=8ed9dbabde30b31a6a14e032fa42f682a196ef7a;p=lyx.git diff --git a/src/insets/insetfoot.h b/src/insets/insetfoot.h index d84e1327c2..2a64b91872 100644 --- a/src/insets/insetfoot.h +++ b/src/insets/insetfoot.h @@ -28,15 +28,11 @@ public: /// InsetFoot(); /// - Inset * Clone() 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; - /// - const char * EditMessage() const; - /// - bool InsertInsetAllowed(Inset * inset) const; + string const editMessage() const; }; #endif