aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r--Source/SPIndexesController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h
index 7c8fed07..bbe34f28 100644
--- a/Source/SPIndexesController.h
+++ b/Source/SPIndexesController.h
@@ -61,7 +61,8 @@
BOOL _mainNibLoaded;
NSString *table;
- NSMutableArray *fields, *indexes, *indexedFields, *supportsLength, *requiresLength;
+ NSMutableArray *fields, *indexes, *indexedFields;
+ NSArray *supportsLength, *requiresLength;
#ifndef SP_REFACTOR /* ivars */
NSUserDefaults *prefs;