aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentDelegate.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-08-15 10:47:43 +0000
committerstuconnolly <stuart02@gmail.com>2012-08-15 10:47:43 +0000
commit097676f7aaf6a95229fe5c57715e19716af57221 (patch)
tree707b647e339b84b62c9f264f0b2b0caa8c0b548c /Source/SPTableContentDelegate.m
parenta3ccba044ae0f73c4d79ce4ad8c8dd9374a1ad62 (diff)
downloadsequelpro-097676f7aaf6a95229fe5c57715e19716af57221.tar.gz
sequelpro-097676f7aaf6a95229fe5c57715e19716af57221.tar.bz2
sequelpro-097676f7aaf6a95229fe5c57715e19716af57221.zip
Move table content filter logic to it's own file.
Diffstat (limited to 'Source/SPTableContentDelegate.m')
-rw-r--r--Source/SPTableContentDelegate.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableContentDelegate.m b/Source/SPTableContentDelegate.m
index 3a0be224..9cae98d8 100644
--- a/Source/SPTableContentDelegate.m
+++ b/Source/SPTableContentDelegate.m
@@ -31,6 +31,7 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import "SPTableContentDelegate.h"
+#import "SPTableContentFilter.h"
#ifndef SP_REFACTOR /* headers */
#import "SPAppController.h"
#endif