use a mutable array

This commit is contained in:
Mitchell Livingston
2006-10-16 02:42:46 +00:00
parent f09f6568b0
commit 3bac536bc2
2 changed files with 4 additions and 11 deletions

View File

@@ -93,7 +93,7 @@
BOOL fUpdateInProgress;
Badger * fBadger;
NSArray * fAutoImportedNames;
NSMutableArray * fAutoImportedNames;
}
- (void) openFiles: (NSArray *) filenames;