aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 51a01520..b1748c2d 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -105,6 +105,7 @@
NSArray *cqColumnDefinition;
NSString *fieldIDQueryString;
+ BOOL isFirstChangeInView;
}
@@ -183,4 +184,6 @@
- (void)openContentFilterManager;
- (void)makeContentFilterHaveFocus;
+- (NSInteger)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex;
+
@end