X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutputparams.C;h=7783a4860a7835422d65fab4c6696cf686abfd40;hb=c4320d24cd2d29c2e77958b4a8fd44f2bd587ca7;hp=25fd6b664a83349cad463cfcda88e291a9fa3deb;hpb=1ecc7b79cdf95de50f2683fb7a8f983b5dcdf0d2;p=lyx.git diff --git a/src/outputparams.C b/src/outputparams.C index 25fd6b664a..7783a4860a 100644 --- a/src/outputparams.C +++ b/src/outputparams.C @@ -14,13 +14,22 @@ #include "exporter.h" +namespace lyx { + + OutputParams::OutputParams() : flavor(LATEX), nice(false), moving_arg(false), - free_spacing(false), use_babel(false), + local_font(0), free_spacing(false), use_babel(false), linelen(0), depth(0), - exportdata(new ExportData) + exportdata(new ExportData), + inComment(false), + par_begin(0), par_end(0), + dryrun(false) {} OutputParams::~OutputParams() {} + + +} // namespace lyx