aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentDelegate.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2013-02-17 23:45:24 +0000
committerstuconnolly <stuart02@gmail.com>2013-02-17 23:45:24 +0000
commitd9e1657fce16698ba8f92b6777a6e8b08eb10318 (patch)
treeaaf4f1fc388629eac6f8d7b471832bc9d412c119 /Source/SPTableContentDelegate.m
parent2af49924b345d7ac3468f62d77ff8fd8ff39a221 (diff)
downloadsequelpro-d9e1657fce16698ba8f92b6777a6e8b08eb10318.tar.gz
sequelpro-d9e1657fce16698ba8f92b6777a6e8b08eb10318.tar.bz2
sequelpro-d9e1657fce16698ba8f92b6777a6e8b08eb10318.zip
Fix remaining 10.6/7 build warnings.
Diffstat (limited to 'Source/SPTableContentDelegate.m')
-rw-r--r--Source/SPTableContentDelegate.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPTableContentDelegate.m b/Source/SPTableContentDelegate.m
index 9b11eb3d..018932cb 100644
--- a/Source/SPTableContentDelegate.m
+++ b/Source/SPTableContentDelegate.m
@@ -784,6 +784,11 @@
#pragma mark -
#pragma mark Database content view delegate methods
+- (NSString *)usedQuery
+{
+ return usedQuery;
+}
+
/**
* Retrieve the data column definitions
*/