mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Properly initialize variable. This should fix the problem
reported here: http://marc.info/?l=lyx-devel&m=133775786222603&w=2 by Scott.
This commit is contained in:
parent
262c2e95a9
commit
be89d37bd4
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user