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

Converted public fields of Menu to private.

This commit is contained in:
Maarten ter Huurne
2010-07-27 21:12:15 +02:00
parent b718658bf1
commit 8a9aac028b
5 changed files with 34 additions and 26 deletions

View File

@@ -436,3 +436,7 @@ void Menu::readLinks() {
closedir(dirp);
}
}
void Menu::renameSection(int index, const string &name) {
sections[index] = name;
}