X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTheorem.h;h=74234954673ea0a4114f77d4b31c7b7dee675fc5;hb=d8a6b5bfd0baa02a4ba03f8c9e9c618baf41b03f;hp=d22c3451c01de0900b1e9d487a3a154a4bd9f38e;hpb=36dbec45069bf3d9db923200835e44f44d904eb8;p=lyx.git diff --git a/src/insets/InsetTheorem.h b/src/insets/InsetTheorem.h index d22c3451c0..7423495467 100644 --- a/src/insets/InsetTheorem.h +++ b/src/insets/InsetTheorem.h @@ -27,7 +27,7 @@ public: /// Inset.heorem(); /// - void write(Buffer const & buf, std::ostream & os) const; + void write(std::ostream & os) const; /// InsetCode lyxCode() const { return THEOREM_CODE; } /// @@ -35,14 +35,13 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// - bool isMacroScope(Buffer const & buf) const { return true; } + bool isMacroScope() const { return true; } /// - int latex(Buffer const &, odocstream &, - OutputParams const &) const; + int latex(odocstream &, OutputParams const &) const; /// - virtual docstring const editMessage() const; + docstring editMessage() const; private: - virtual Inset * clone() const; + Inset * clone() const; /// mutable unsigned int center_indent_;