]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
Revert 23154.
[lyx.git] / src / PDFOptions.h
index c946aacfa5df230b4e2e0247e1dd104baaab6e51..fa253717236ba9834e359b3850fee875c3895b92 100644 (file)
@@ -12,7 +12,9 @@
 #ifndef PDFOPTIONS_H
 #define PDFOPTIONS_H
 
-#include "support/docstream.h"
+#include "support/strfwd.h"
+
+#include <string>
 
 namespace lyx {
 
@@ -28,7 +30,7 @@ public:
        /// output to lyx header
        void writeFile(std::ostream &) const;
        /// output to tex header
-       void writeLaTeX(odocstringstream &) const;
+       void writeLaTeX(odocstream &, bool hyperref_already_provided) const;
        /// read tokens from lyx header
        std::string readToken(Lexer &lex, std::string const & token);
        /// set implicit settings for hyperref