summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files')
-rw-r--r--editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache b/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache
@@ -21,7 +21,7 @@
}
-void ScanFileList( const ByteString& rPath, FileList& rLst )
-+void ScanFileList( const ByteString& rPath, ScanFileList& rLst )
++void ScanFileList( const ByteString& rPath, SCacheFileList& rLst )
{
Dir aFiles( rPath, FSYS_KIND_FILE );
for( USHORT i = 0; i < aFiles.Count(); ++i )