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