From: Richard Heck Date: Sat, 13 Feb 2010 15:22:30 +0000 (+0000) Subject: Fix warning. X-Git-Tag: 2.0.0~4036 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6f72a373f8df346df0b939919a561c082a292efb;p=features.git Fix warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33465 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/BiblioInfo.h b/src/BiblioInfo.h index 394d9c416b..c9a9150d51 100644 --- a/src/BiblioInfo.h +++ b/src/BiblioInfo.h @@ -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