X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFootlike.h;h=217b1f20252a1772ab9b98e9d6f6c47494c52a4a;hb=d8a6b5bfd0baa02a4ba03f8c9e9c618baf41b03f;hp=3c7cc09ee49a238e642c639a3feb37ff93875ac2;hpb=36dbec45069bf3d9db923200835e44f44d904eb8;p=lyx.git diff --git a/src/insets/InsetFootlike.h b/src/insets/InsetFootlike.h index 3c7cc09ee4..217b1f2025 100644 --- a/src/insets/InsetFootlike.h +++ b/src/insets/InsetFootlike.h @@ -31,9 +31,9 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// - void write(Buffer const & buf, std::ostream & os) const; + void write(std::ostream & os) const; /// - bool isMacroScope(Buffer const & buf) const { return true; } + bool isMacroScope() const { return true; } /// bool insetAllowed(InsetCode) const; /** returns true if, when outputing LaTeX, font changes should