X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPDFOptions.h;h=cd99b2afc10d4859bcfc30fdfc673fe425389116;hb=07b2ffa469fb841e6690116ceec7a48a61ace1e1;hp=187e80c25fe5a6ee97cab9d94560c47f0bfa62f3;hpb=308e2d9df338cb54b6e94c93debe03eaeba6522e;p=lyx.git diff --git a/src/PDFOptions.h b/src/PDFOptions.h index 187e80c25f..cd99b2afc1 100644 --- a/src/PDFOptions.h +++ b/src/PDFOptions.h @@ -12,6 +12,8 @@ #ifndef PDFOPTIONS_H #define PDFOPTIONS_H +#include "OutputParams.h" + #include "support/strfwd.h" #include @@ -34,7 +36,8 @@ public: /// output to lyx header void writeFile(std::ostream &) const; /// output to tex header - void writeLaTeX(odocstream &, bool hyperref_already_provided) const; + void writeLaTeX(OutputParams &, otexstream &, + bool hyperref_already_provided) const; /// read tokens from lyx header std::string readToken(Lexer &lex, std::string const & token); /// set implicit settings for hyperref