Fix unused parameter warning

This commit is contained in:
Georg Baum 2015-02-14 11:32:39 +01:00
parent ff97582e01
commit 864f44ddc2

View File

@ -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();
return docstring();