mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
* 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:
parent
2a62933ce5
commit
02c1c7df6d
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user