diff options
author | stuconnolly <stuart02@gmail.com> | 2011-05-05 19:10:04 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-05-05 19:10:04 +0000 |
commit | 47a1c49e95403e6da6c9e0ae979144fd5c1dff08 (patch) | |
tree | 9a2d09926682834c5cffefc85a1d7235849e88b7 /Source/SPTableContent.m | |
parent | de27c6e8f75c00cf5f28fdd5d6f8f1acc740320d (diff) | |
download | sequelpro-47a1c49e95403e6da6c9e0ae979144fd5c1dff08.tar.gz sequelpro-47a1c49e95403e6da6c9e0ae979144fd5c1dff08.tar.bz2 sequelpro-47a1c49e95403e6da6c9e0ae979144fd5c1dff08.zip |
Small tidy up, mainly the addition of constants.
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r-- | Source/SPTableContent.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m index dcc56525..e3c990d3 100644 --- a/Source/SPTableContent.m +++ b/Source/SPTableContent.m @@ -51,8 +51,10 @@ #import "SPBundleHTMLOutputController.h" #import "SPCustomQuery.h" -@interface SPTableContent (Private) +@interface SPTableContent () + - (BOOL)cancelRowEditing; + @end @implementation SPTableContent |