X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=9ae7c3721cdbee92ecb846eefc189a91a34f9be1;hb=604a3341d9bd6b6bee6f042292f28b89027ca2b5;hp=becb2ab8c5b8d70edbaff705d7cd4d5f355821e1;hpb=bcf9348eb1c5991091af35e442c3bc933d6df2ca;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index becb2ab8c5..9ae7c3721c 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -12,9 +12,8 @@ #ifndef OUTPUTPARAMS_H #define OUTPUTPARAMS_H -#include -#include +#include "support/shared_ptr.h" #include "Changes.h" @@ -166,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 @@ -222,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;