Fix gcc warning.

Richard, please check this out!



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31829 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2009-11-02 15:15:47 +00:00
parent 3533becc2e
commit 938f99cf00

View File

@ -716,6 +716,9 @@ void InsetExternal::validate(LaTeXFeatures & features) const
case OutputParams::XML:
format = "DocBook";
break;
case OutputParams::HTML:
format = "html";
break;
}
external::Template::Formats::const_iterator cit =
et.formats.find(format);