]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.h
Remove todo
[lyx.git] / src / ModuleList.h
index 75c5854f11f9b02ce73dabc5bccd9d80f845efb6..5c22db30365d56f6e700ea097ebc33d341564d16 100644 (file)
@@ -23,11 +23,13 @@ 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:
        ///
-       LyXModule(std::string n, std::string f, std::string d,
-                 std::vector<std::string> p);
+       LyXModule(std::string const & n, std::string const & f, 
+                 std::string const & d, std::vector<std::string> const & p);
        /// whether the required packages are available
        bool isAvailable();
        /// what appears in the ui