]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.cpp
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / Converter.cpp
index d803309dff45cfafae0274ce98553e1e63e65b09..abce7b8fccc3095515b6c669b91a3e8985dd5e2e 100644 (file)
@@ -32,7 +32,7 @@
 #include "support/lstrings.h"
 #include "support/os.h"
 #include "support/Package.h"
-#include "support/Path.h"
+#include "support/PathChanger.h"
 #include "support/Systemcall.h"
 
 using namespace std;
@@ -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)
 {}