]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Fix assertion when checking if change in selection
[lyx.git] / src / OutputParams.h
index ddb3482b02c07e0c388b292f96ef849afd1fb394..ff9491205ba90b35f2721d76acc21725019badc8 100644 (file)
@@ -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;