X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetfootlike.h;h=1e678ff90997d4bf5e678633897697be8f035e82;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=c0e98fe94b95d2d314f810a2a83f32fbce15a01f;hpb=8ed9dbabde30b31a6a14e032fa42f682a196ef7a;p=lyx.git diff --git a/src/insets/insetfootlike.h b/src/insets/insetfootlike.h index c0e98fe94b..1e678ff909 100644 --- a/src/insets/insetfootlike.h +++ b/src/insets/insetfootlike.h @@ -30,7 +30,11 @@ public: /// InsetFootlike(); /// - void Write(Buffer const * buf, std::ostream & os) const; + InsetFootlike(InsetFootlike const &, bool same_id = false); + /// + void write(Buffer const * buf, std::ostream & os) const; + /// + bool insetAllowed(Inset::Code) const; }; #endif