]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
remove redundant lyxerr.debugging checks; macro LYXERR already checks whether the...
[lyx.git] / src / LaTeXFeatures.h
index e03457c12dde3b824847732149480af591dc1435..f18cdd480013c02be9b3173252b65c3b0f1f1870 100644 (file)
@@ -71,10 +71,10 @@ public:
        void require(std::string const & name);
        /// Which of the required packages are installed?
        static void getAvailable();
+       /// Is the (required) package available?
+       static bool isAvailable(std::string const & name);
        /// Is the package required?
        bool isRequired(std::string const & name) const;
-       /// Is the (required) package available?
-       bool isAvailable(std::string const & name) const;
        ///
        void useFloat(std::string const & name);
        ///