[Scummvm-cvs-logs] SF.net SVN: scummvm: [22299] scummvm/trunk/gui/browser.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Wed May 3 03:49:06 CEST 2006


Revision: 22299
Author:   eriktorbjorn
Date:     2006-05-03 03:48:18 -0700 (Wed, 03 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22299&view=rev

Log Message:
-----------
I don't know if this is correct, but at least browser.cpp compiles again now.

Modified Paths:
--------------
    scummvm/trunk/gui/browser.cpp
Modified: scummvm/trunk/gui/browser.cpp
===================================================================
--- scummvm/trunk/gui/browser.cpp	2006-05-03 10:19:05 UTC (rev 22298)
+++ scummvm/trunk/gui/browser.cpp	2006-05-03 10:48:18 UTC (rev 22299)
@@ -226,9 +226,9 @@
 
 	// 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list