aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableView.h')
-rw-r--r--Source/SPTableView.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPTableView.h b/Source/SPTableView.h
index 6914723d..e39df82f 100644
--- a/Source/SPTableView.h
+++ b/Source/SPTableView.h
@@ -23,5 +23,10 @@
// More info at <http://code.google.com/p/sequel-pro/>
@interface SPTableView : NSTableView
+{
+ BOOL tabEditingDisabled;
+}
+
+@property (readwrite, assign) BOOL tabEditingDisabled;
@end