* src/LaTeXFeatures.h: isAvailable() becomes a static method

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17106 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-02-08 10:40:33 +00:00
parent 0fcd28f006
commit 1bcf8c6747

View 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);
///