]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetQuotes.cpp
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetQuotes.cpp
index 369618224896f27dfd3d3bab89115555f0b53bef..3b7c589071b5988afe2c57dd678873c8d65fd527 100644 (file)
@@ -312,9 +312,10 @@ int InsetQuotes::docbook(odocstream & os, OutputParams const &) const
 }
 
 
-void InsetQuotes::xhtml(odocstream & os, OutputParams const & op) const
+docstring InsetQuotes::xhtml(odocstream & os, OutputParams const & op) const
 {
        docbook(os, op);
+       return docstring();
 }