mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
I don't know if this is correct, but at least browser.cpp compiles again now.
svn-id: r22299
This commit is contained in:
parent
8c452daac2
commit
2ab62d8b02
@ -226,9 +226,9 @@ void BrowserDialog::updateListing() {
|
||||
|
||||
// Read in the data from the file system
|
||||
if (_isDirBrowser)
|
||||
_nodeContent = _node.listDir(AbstractFilesystemNode::kListDirectoriesOnly);
|
||||
_nodeContent = _node.listDir(FilesystemNode::kListDirectoriesOnly);
|
||||
else
|
||||
_nodeContent = _node.listDir(AbstractFilesystemNode::kListAll);
|
||||
_nodeContent = _node.listDir(FilesystemNode::kListAll);
|
||||
Common::sort(_nodeContent.begin(), _nodeContent.end());
|
||||
|
||||
// Populate the ListWidget
|
||||
|
Loading…
x
Reference in New Issue
Block a user