Thanks, Angus.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22397 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-01-06 16:44:51 +00:00
parent 06e1d50c7e
commit 8f1153820a
2 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,7 @@ bool LyXModule::isAvailable() {
return true;
if (checked)
return available;
checked = true;
vector<string>::const_iterator it = packageList.begin();
vector<string>::const_iterator end = packageList.end();
for (; it != end; ++it) {

View File

@ -23,6 +23,8 @@ namespace lyx {
* file, except that it does not stand alone. In that sense, it is more like
* a LaTeX package, where a layout file corresponds to a LaTeX class.
*/
//FIXME Give us some access functions here.
class LyXModule {
public:
///