]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNewline.cpp
Links between citations and bibliography entries were broken in XHTML
[lyx.git] / src / insets / InsetNewline.cpp
index 92f94eaaa76e34913118e1e0b667696812b8ffc7..0927c7e7d06de1e247d99db091cd4d815b765247 100644 (file)
@@ -161,7 +161,8 @@ void InsetNewline::latex(otexstream & os, OutputParams const & rp) const
 }
 
 
-int InsetNewline::plaintext(odocstream & os, OutputParams const &) const
+int InsetNewline::plaintext(odocstringstream & os,
+        OutputParams const &, size_t) const
 {
        os << '\n';
        return PLAINTEXT_NEWLINE;