X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetTheorem.h;h=80d12feaf68d3a7ce30c17f94d912ab578b97dd5;hb=2c357c1d23b7b83839a9beb8225d4f1ae4f793b4;hp=d22c3451c01de0900b1e9d487a3a154a4bd9f38e;hpb=36dbec45069bf3d9db923200835e44f44d904eb8;p=lyx.git diff --git a/src/insets/InsetTheorem.h b/src/insets/InsetTheorem.h index d22c3451c0..80d12feaf6 100644 --- a/src/insets/InsetTheorem.h +++ b/src/insets/InsetTheorem.h @@ -35,7 +35,7 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// - bool isMacroScope(Buffer const & buf) const { return true; } + bool isMacroScope(Buffer const &) const { return true; } /// int latex(Buffer const &, odocstream &, OutputParams const &) const;