From 2ab62d8b02f8ebd7d0ac69abdba52357f41ebb4f Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 3 May 2006 10:48:18 +0000 Subject: I don't know if this is correct, but at least browser.cpp compiles again now. svn-id: r22299 --- gui/browser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/browser.cpp') diff --git a/gui/browser.cpp b/gui/browser.cpp index 9a334adf46..196ac9dbd0 100644 --- a/gui/browser.cpp +++ b/gui/browser.cpp @@ -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 -- cgit v1.2.3