]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.C
Scons: update_po target, part one: language_l10n.pot
[lyx.git] / src / outputparams.C
index 7783a4860a7835422d65fab4c6696cf686abfd40..9604f38f6dcd9f9b0cfed25beb70d4ca2e456891 100644 (file)
@@ -17,9 +17,9 @@
 namespace lyx {
 
 
-OutputParams::OutputParams()
+OutputParams::OutputParams(Encoding const * enc)
        : flavor(LATEX), nice(false), moving_arg(false),
-         local_font(0), free_spacing(false), use_babel(false),
+         local_font(0), encoding(enc), free_spacing(false), use_babel(false),
          linelen(0), depth(0),
          exportdata(new ExportData),
          inComment(false),