X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetfootlike.h;h=31387e47da797cf1e8911d84dc72b04229f97f65;hb=5603df4a5b7e511b31026c9a4f8f55b2b10fde57;hp=a7989386b502ebc6181025aabdafd2691c05bb7c;hpb=723ee136ba0f980346de93289b278c3a544f3e71;p=lyx.git diff --git a/src/insets/insetfootlike.h b/src/insets/insetfootlike.h index a7989386b5..31387e47da 100644 --- a/src/insets/insetfootlike.h +++ b/src/insets/insetfootlike.h @@ -6,7 +6,7 @@ * * \author Lars Gullik Bjønnes * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #ifndef INSETFOOTLIKE_H @@ -22,11 +22,11 @@ public: /// InsetFootlike(BufferParams const &); /// - InsetFootlike(InsetFootlike const &, bool same_id = false); + InsetFootlike(InsetFootlike const &); /// - void write(Buffer const * buf, std::ostream & os) const; + void write(Buffer const & buf, std::ostream & os) const; /// - bool insetAllowed(Inset::Code) const; + bool insetAllowed(InsetOld::Code) const; /** returns true if, when outputing LaTeX, font changes should be closed before generating this inset. This is needed for insets that may contain several paragraphs */