diff options
Diffstat (limited to 'Source/SPIndexesController.m')
-rw-r--r-- | Source/SPIndexesController.m | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/SPIndexesController.m b/Source/SPIndexesController.m index 70796575..09f1a3d8 100644 --- a/Source/SPIndexesController.m +++ b/Source/SPIndexesController.m @@ -28,11 +28,11 @@ #import "SPServerSupport.h" // Constants -NSString *SPNewIndexIndexName = @"IndexName"; -NSString *SPNewIndexIndexType = @"IndexType"; -NSString *SPNewIndexIndexedColumns = @"IndexedColumns"; -NSString *SPNewIndexStorageType = @"IndexStorageType"; -NSString *SPNewIndexKeyBlockSize = @"IndexKeyBlockSize"; +static const NSString *SPNewIndexIndexName = @"IndexName"; +static const NSString *SPNewIndexIndexType = @"IndexType"; +static const NSString *SPNewIndexIndexedColumns = @"IndexedColumns"; +static const NSString *SPNewIndexStorageType = @"IndexStorageType"; +static const NSString *SPNewIndexKeyBlockSize = @"IndexKeyBlockSize"; @interface SPIndexesController (PrivateAPI) |