X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FPDFOptions.h;h=cd99b2afc10d4859bcfc30fdfc673fe425389116;hb=2d7cf039351fba0d91746dce8cbf1f9e31cdc224;hp=a3e3cea14b51651d8e4917f9d1b4d1c1d6c90c3d;hpb=de50c5248e149c183822847a201493c97879321d;p=lyx.git diff --git a/src/PDFOptions.h b/src/PDFOptions.h index a3e3cea14b..cd99b2afc1 100644 --- a/src/PDFOptions.h +++ b/src/PDFOptions.h @@ -36,7 +36,7 @@ public: /// output to lyx header void writeFile(std::ostream &) const; /// output to tex header - int writeLaTeX(OutputParams &, odocstream &, + void writeLaTeX(OutputParams &, otexstream &, bool hyperref_already_provided) const; /// read tokens from lyx header std::string readToken(Lexer &lex, std::string const & token);