From: Jean-Marc Lasgouttes Date: Fri, 27 Nov 2009 10:00:12 +0000 (+0000) Subject: fix warning X-Git-Tag: 2.0.0~5005 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2f7d14a7e1710cb46917a20aa571e87c8e99897a;p=features.git fix warning git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32219 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/MathMacroTemplate.cpp b/src/mathed/MathMacroTemplate.cpp index b36bf19d15..f7214cb5b3 100644 --- a/src/mathed/MathMacroTemplate.cpp +++ b/src/mathed/MathMacroTemplate.cpp @@ -775,7 +775,7 @@ class NullMacroInstanceFix { public: /// - void operator()(MathMacro * macro) {} + void operator()(MathMacro * ) {} };