X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=5aa6080de7f0b96fed97fd527661de1eca55958a;hb=23abb5aaa36af07aadfa5e565869104778ba0d6d;hp=5503d8b7cd191b1f2c944abd14b69fa18ce320b0;hpb=9d36f720a5ebb8749c77ee5ad7b4cbfc22b72aa0;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 5503d8b7cd..5aa6080de7 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -177,6 +177,10 @@ public: */ bool use_polyglossia; + /** Do we use hyperref? + */ + bool use_hyperref; + /// Do we use the CJK package? bool use_CJK;