mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Silence a warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20365 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
978f65391e
commit
c18108d92b
@ -1135,7 +1135,7 @@ void FormatValidator::fixup(QString & input) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QValidator::State FormatValidator::validate(QString & input, int & pos) const
|
QValidator::State FormatValidator::validate(QString & input, int & /*pos*/) const
|
||||||
{
|
{
|
||||||
Formats::const_iterator cit = formats_.begin();
|
Formats::const_iterator cit = formats_.begin();
|
||||||
Formats::const_iterator end = formats_.end();
|
Formats::const_iterator end = formats_.end();
|
||||||
|
Loading…
Reference in New Issue
Block a user