]> git.lyx.org Git - lyx.git/blobdiff - src/output_plaintext.h
Trivial fixes to some warnings thrown up by MSVS.Net 2003.
[lyx.git] / src / output_plaintext.h
index 871c2646449a1d5f558a67f98d63e69d20290cde..f4ad4f7768dfcceeb4db6df3d36dec0e5ae8f872 100644 (file)
@@ -32,6 +32,6 @@ void asciiParagraph(Buffer const & buf,
                    Paragraph const & paragraphs,
                    std::ostream & ofs,
                    OutputParams const &,
-                   bool noparbreak = false);
+                   bool & ref_printed);
 
 #endif