X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=9ae7c3721cdbee92ecb846eefc189a91a34f9be1;hb=604a3341d9bd6b6bee6f042292f28b89027ca2b5;hp=6f9d306ac91e725b23c57402dda5cbe5cfd16fc5;hpb=a1d72cffcab97e1af12473d919be0d664ebc36ad;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 6f9d306ac9..9ae7c3721c 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -13,7 +13,7 @@ #define OUTPUTPARAMS_H -#include +#include "support/shared_ptr.h" #include "Changes.h" @@ -165,7 +165,7 @@ public: This is a hack: Make it possible to add stuff to constant OutputParams instances. */ - boost::shared_ptr exportdata; + shared_ptr exportdata; /** Whether we are inside a comment inset. Insets that are including * external files like InsetGraphics, InsetInclude and InsetExternal @@ -221,7 +221,7 @@ public: bool dryrun; /// Should we output verbatim or escape LaTeX's special chars? - bool verbatim; + bool pass_thru; /// Should we output captions? bool html_disable_captions;