Fix warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33465 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-02-13 15:22:30 +00:00
parent 52538d27fb
commit 6f72a373f8

View File

@ -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