mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Fix unused parameter warning
This commit is contained in:
parent
ff97582e01
commit
864f44ddc2
@ -328,7 +328,7 @@ int InsetQuotes::docbook(odocstream & os, OutputParams const &) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
docstring InsetQuotes::xhtml(XHTMLStream & xs, OutputParams const & op) const
|
docstring InsetQuotes::xhtml(XHTMLStream & xs, OutputParams const &) const
|
||||||
{
|
{
|
||||||
xs << XHTMLStream::ESCAPE_NONE << getQuoteEntity();
|
xs << XHTMLStream::ESCAPE_NONE << getQuoteEntity();
|
||||||
return docstring();
|
return docstring();
|
||||||
|
Loading…
Reference in New Issue
Block a user