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:
@@ -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];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user