From: Michael Schmitt Date: Thu, 8 Feb 2007 13:35:04 +0000 (+0000) Subject: * src/LaTeXFeatures.C: remove const-ness from static method X-Git-Tag: 1.6.10~10873 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=02c1c7df6db9d0094a25c3e3fc6b0608ae08c09c;p=lyx.git * 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 --- diff --git a/src/LaTeXFeatures.C b/src/LaTeXFeatures.C index 46df0fec7c..16fe59da46 100644 --- a/src/LaTeXFeatures.C +++ b/src/LaTeXFeatures.C @@ -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();