slightly better locking in the file table

This commit is contained in:
Mitchell Livingston
2011-07-30 00:11:29 +00:00
parent 2d5d902175
commit b0659bacf9
2 changed files with 17 additions and 7 deletions

View File

@@ -36,7 +36,7 @@
NSString * fFilterText;
NSLock * fLock;
NSRecursiveLock * fLock;
}
- (FileOutlineView *) outlineView;