]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.cpp
Fix # 8414: Use the noweb module instead of literate-* article layouts
[lyx.git] / src / Converter.cpp
index d803309dff45cfafae0274ce98553e1e63e65b09..e96ed7b0968bd3c8948aefa66551421e40d5b966 100644 (file)
@@ -99,7 +99,7 @@ Converter::Converter(string const & f, string const & t,
                     string const & c, string const & l)
        : from(f), to(t), command(c), flags(l),
          From(0), To(0), latex(false), xml(false),
-         need_aux(false)
+         need_aux(false), nice(false)
 {}