diff options
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r-- | Source/SPIndexesController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index 7a139125..7fae2082 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -70,7 +70,8 @@ BOOL _mainNibLoaded; NSString *table; - NSMutableArray *fields, *indexes, *indexedFields, *supportsLength, *requiresLength; + NSMutableArray *fields, *indexes, *indexedFields; + NSArray *supportsLength, *requiresLength; #ifndef SP_REFACTOR /* ivars */ NSUserDefaults *prefs; |