Fix FileItem::insert_child_sorted call in Linux (now it is insertChildSorted()).

This commit is contained in:
David Capello 2010-08-11 23:36:41 -03:00
parent c3e2c13f26
commit a2325233f9

View File

@ -1054,7 +1054,7 @@ static void for_each_child_callback(const char *filename, int attrib, int param)
ASSERT(child->parent == fileitem);
}
fileitem->insert_child_sorted(child);
fileitem->insertChildSorted(child);
}
static jstring remove_backslash_if_needed(const jstring& filename)