]> git.lyx.org Git - features.git/commitdiff
* src/LaTeXFeatures.C: remove const-ness from static method
authorMichael Schmitt <michael.schmitt@teststep.org>
Thu, 8 Feb 2007 13:35:04 +0000 (13:35 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Thu, 8 Feb 2007 13:35:04 +0000 (13:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17108 a592a061-630c-0410-9148-cb99ea01b6c8

src/LaTeXFeatures.C

index 46df0fec7c3b51ddfd857e97df6c106e4be37daa..16fe59da46e15820686ae7d2a0cdd0361df1eb44 100644 (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();