]> git.lyx.org Git - lyx.git/blobdiff - src/ModuleList.cpp
Remove todo
[lyx.git] / src / ModuleList.cpp
index cd282ea70a5fdae65224c6700fde2ac140109d2d..d1ff3bee0a368d5d23767bc1939eb676b16d51d7 100644 (file)
@@ -34,8 +34,8 @@ namespace lyx {
 ModuleList moduleList;
 
 
-LyXModule::LyXModule(string n, string f, string d,
-                 vector<string> p) : 
+LyXModule::LyXModule(string const & n, string const & f, 
+                          string const & d, vector<string> const & p) : 
        name(n), filename(f), description(d), packageList(p), checked(false)
 {}