diff options
author | stuconnolly <stuart02@gmail.com> | 2013-02-17 23:45:24 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-02-17 23:45:24 +0000 |
commit | d9e1657fce16698ba8f92b6777a6e8b08eb10318 (patch) | |
tree | aaf4f1fc388629eac6f8d7b471832bc9d412c119 /Source/SPDatabaseContentViewDelegate.h | |
parent | 2af49924b345d7ac3468f62d77ff8fd8ff39a221 (diff) | |
download | sequelpro-d9e1657fce16698ba8f92b6777a6e8b08eb10318.tar.gz sequelpro-d9e1657fce16698ba8f92b6777a6e8b08eb10318.tar.bz2 sequelpro-d9e1657fce16698ba8f92b6777a6e8b08eb10318.zip |
Fix remaining 10.6/7 build warnings.
Diffstat (limited to 'Source/SPDatabaseContentViewDelegate.h')
-rw-r--r-- | Source/SPDatabaseContentViewDelegate.h | 2 |
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 |