diff options
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index b1748c2d..506c01d0 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -107,6 +107,10 @@ NSString *fieldIDQueryString; BOOL isFirstChangeInView; + NSString *kCellEditorErrorNoMatch; + NSString *kCellEditorErrorNoMultiTabDb; + NSString *kCellEditorErrorTooManyMatches; + } // Table loading methods and information |