mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
Fix wrong warning.
This commit is contained in:
parent
4f33b7d1d1
commit
da4e51a6c2
@ -1769,6 +1769,9 @@ DocumentClassPtr getDocumentClass(
|
||||
}
|
||||
}
|
||||
|
||||
if (cengine.empty())
|
||||
return doc_class;
|
||||
|
||||
LyXCiteEngine * ce = theCiteEnginesList[cengine];
|
||||
if (!ce) {
|
||||
docstring const msg =
|
||||
|
Loading…
Reference in New Issue
Block a user