]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.cpp
Further cleanup of InsetFlex, InsetCollapsable and InsetLayout:
[lyx.git] / src / PDFOptions.cpp
index aaf7141e7a7dcd54130cff3a24668580df9912bd..149d85b3dbbdd185f330dfe06df433e5979fabaf 100644 (file)
@@ -86,7 +86,7 @@ void PDFOptions::writeFile(ostream & os) const
                os << "\\pdf_quoted_options \"" << quoted_options << "\"\n";
 }
 
-void PDFOptions::writeLaTeX(odocstringstream & os, bool hyper_required) const
+void PDFOptions::writeLaTeX(odocstream & os, bool hyper_required) const
 {
        if (!use_hyperref && !hyper_required)
                return;