mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Fix warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30190 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
25bc89f2a8
commit
1898db6aca
@ -618,6 +618,8 @@ int InsetInclude::latex(odocstream & os, OutputParams const & runparams) const
|
||||
<< from_utf8(incfile) << '}';
|
||||
break;
|
||||
}
|
||||
case NONE:
|
||||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user