one more temp assert

This commit is contained in:
Mitchell Livingston 2010-02-06 17:26:48 +00:00
parent 385255a0e9
commit fdc6e9d4e0
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@
- (NSIndexSet *) indexes
{
NSAssert(fIndexes != nil, @"How did this get nil? - temp");
return fIndexes;
}