--- a/src/Tools/jEdit/src/jedit/VFS.scala Sun Oct 19 16:51:55 2008 +0200
+++ b/src/Tools/jEdit/src/jedit/VFS.scala Sun Oct 19 18:26:37 2008 +0200
@@ -179,7 +179,7 @@
override def _getFile(session : Object, path : String, comp : Component) =
VFS.mapFile(this, baseVFS._getFile(session, cutPath(path), comp))
- override def _listFiles(session : Object, path : String, comp : Component) =
+ override def _listFiles(session : Object, path : String, comp : Component): Array[VFSFile] =
(baseVFS._listFiles(session, cutPath(path), comp)
.map(file => VFS.mapFile(this, file)))