mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
Fix warning.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33465 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
52538d27fb
commit
6f72a373f8
@ -158,7 +158,7 @@ public:
|
||||
docstring const getInfo(docstring const & key) const;
|
||||
/// Is this a reference from a bibtex database
|
||||
/// or from a bibliography environment?
|
||||
bool const isBibtex(docstring const & key) const;
|
||||
bool isBibtex(docstring const & key) const;
|
||||
/**
|
||||
* "Translates" the available Citation Styles into strings for a given key,
|
||||
* either numerical or author-year depending upon the active engine. (See
|
||||
|
Loading…
Reference in New Issue
Block a user