mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
Fix FileItem::insert_child_sorted call in Linux (now it is insertChildSorted()).
This commit is contained in:
parent
c3e2c13f26
commit
a2325233f9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user