mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Warning cleanup.
This commit is contained in:
parent
0b4d9a7f26
commit
19da305d71
@ -800,7 +800,7 @@ static TiXmlNode *load_menu_file(TiXmlDocument &doc) {
|
|||||||
String tmp;
|
String tmp;
|
||||||
StrListIt it = paths.begin(), it_end = paths.end();
|
StrListIt it = paths.begin(), it_end = paths.end();
|
||||||
|
|
||||||
for(; it != paths.end(); ++it) {
|
for(; it != it_end; ++it) {
|
||||||
tmp = build_filename((*it).c_str(), "menus", menu_file.c_str());
|
tmp = build_filename((*it).c_str(), "menus", menu_file.c_str());
|
||||||
|
|
||||||
if(doc.LoadFile(tmp.c_str()))
|
if(doc.LoadFile(tmp.c_str()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user