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