mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
3533becc2e
commit
938f99cf00
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user