* src/LaTeXFeatures.C: remove const-ness from static method

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17108 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-02-08 13:35:04 +00:00
parent 2a62933ce5
commit 02c1c7df6d

View File

@ -152,7 +152,7 @@ bool LaTeXFeatures::isRequired(string const & name) const
}
bool LaTeXFeatures::isAvailable(string const & name) const
bool LaTeXFeatures::isAvailable(string const & name)
{
if (packages_.empty())
getAvailable();