aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataStorage.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPDataStorage.m')
-rw-r--r--Source/SPDataStorage.m6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/SPDataStorage.m b/Source/SPDataStorage.m
index 5db56b1e..3072ed33 100644
--- a/Source/SPDataStorage.m
+++ b/Source/SPDataStorage.m
@@ -34,7 +34,7 @@
#include <stdlib.h>
#include <mach/mach_time.h>
-@interface SPDataStorage (Private_API)
+@interface SPDataStorage ()
- (void) _checkNewRow:(NSMutableArray *)aRow;
- (void) _addRowUnsafeUnchecked:(NSMutableArray *)aRow;
@@ -559,9 +559,7 @@ static inline NSMutableArray* SPDataStorageGetEditedRow(NSPointerArray* rowStore
[super dealloc];
}
-@end
-
-@implementation SPDataStorage (PrivateAPI)
+#pragma mark - Private API
// DO NOT CALL THIS METHOD UNLESS YOU CURRENTLY HAVE A LOCK ON SELF!!!
- (void) _checkNewRow:(NSMutableArray *)aRow