1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

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

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];
}
}
}