mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
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:
parent
25823ea245
commit
19b665d987
@ -771,7 +771,7 @@ class NullMacroInstanceFix
|
||||
{
|
||||
public:
|
||||
///
|
||||
void operator()(MathMacro * macro) {}
|
||||
void operator()(MathMacro * ) {}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user