Converted public fields of FileLister to private.

This commit is contained in:
Maarten ter Huurne
2010-07-27 21:41:35 +02:00
parent 0c6e23e869
commit 8032d96a17
6 changed files with 34 additions and 20 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ bool Menu::addLink(string path, string file, string section) {
if (lcfilename.find("readme") != string::npos) {
found = true;
manual = path+fl.files[x];
manual = path+fl.getFiles()[x];
}
}
}