X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=ff9491205ba90b35f2721d76acc21725019badc8;hb=4ea6d81437ec7b5bea165d78ca37cb163e262042;hp=ddb3482b02c07e0c388b292f96ef849afd1fb394;hpb=e575e7eebd32d687f3e23be0eeca185adb3b341b;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index ddb3482b02..ff9491205b 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -172,6 +172,10 @@ public: */ std::string index_command; + /** Hyperref driver + */ + std::string hyperref_driver; + /** Line length to use with plaintext or LaTeX export. */ size_type linelen; @@ -265,7 +269,7 @@ public: bool isLastPar; - /** whether or not do actual file copying and image conversion + /** whether or not to do actual file copying and image conversion * This mode will be used to preview the source code */ bool dryrun;