Squash compiler warning about unused parameter

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34138 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-04-15 09:54:26 +00:00
parent 25823ea245
commit 19b665d987

View File

@ -771,7 +771,7 @@ class NullMacroInstanceFix
{
public:
///
void operator()(MathMacro * macro) {}
void operator()(MathMacro * ) {}
};