aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseContentViewDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPDatabaseContentViewDelegate.h')
-rw-r--r--Source/SPDatabaseContentViewDelegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPDatabaseContentViewDelegate.h b/Source/SPDatabaseContentViewDelegate.h
index f4d0785b..52dd7dd3 100644
--- a/Source/SPDatabaseContentViewDelegate.h
+++ b/Source/SPDatabaseContentViewDelegate.h
@@ -30,6 +30,8 @@
@protocol SPDatabaseContentViewDelegate <NSObject>
+- (NSString *)usedQuery;
+
- (NSArray *)dataColumnDefinitions;
@end