X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FModuleList.h;h=0965ab544b2614e7eff4f0c4bd5202380b1c8afe;hb=2417d9d911dbca181c48f45d1aad26d31c9aa815;hp=29931fd8ed03a9087d24f63bc90d59d99263de08;hpb=8a947f63da25582224d20b29fadba6128f271555;p=lyx.git diff --git a/src/ModuleList.h b/src/ModuleList.h index 29931fd8ed..0965ab544b 100644 --- a/src/ModuleList.h +++ b/src/ModuleList.h @@ -34,9 +34,9 @@ namespace lyx { /// a short description for use in the ui std::string description; /// the LaTeX packages on which this depends, if any (not implemented) - //std::vector packageList; + std::vector packageList; /// whether those packages are available (not implemented yet) - //bool available; + bool available; }; typedef std::vector LyXModuleList; @@ -51,7 +51,8 @@ namespace lyx { bool load(); /// add a module to the list void addLayoutModule(std::string name, std::string filename, - std::string description); + std::string description, + std::vector packages); /// LyXModuleList::const_iterator begin() const; ///