fix warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34392 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2010-05-10 12:34:34 +00:00
parent c6b08b9077
commit 033c2a9468

View File

@ -50,7 +50,7 @@ static TransformIDTranslator const & transformIDTranslator()
// We have to have dummy default commands for security reasons!
Template::Template()
: inputFormat("*"), preview_mode(PREVIEW_OFF), automaticProduction(false)
: inputFormat("*"), automaticProduction(false), preview_mode(PREVIEW_OFF)
{}