diff options
author | mltownsend <mltownsend@gmail.com> | 2008-11-21 01:12:59 +0000 |
---|---|---|
committer | mltownsend <mltownsend@gmail.com> | 2008-11-21 01:12:59 +0000 |
commit | 1f3824ec2bc2465d9fe20c30f93db9ec5281151b (patch) | |
tree | 13f771c9e9b0f026097d8038e794c16db8d97cbf /TablesList.h | |
parent | a1fe720cf5d7b6a04e7fa2b096721bad8a9e4532 (diff) | |
download | sequelpro-1f3824ec2bc2465d9fe20c30f93db9ec5281151b.tar.gz sequelpro-1f3824ec2bc2465d9fe20c30f93db9ec5281151b.tar.bz2 sequelpro-1f3824ec2bc2465d9fe20c30f93db9ec5281151b.zip |
Issue 34 Fix. Plus fixes for some warnings.
Diffstat (limited to 'TablesList.h')
-rw-r--r-- | TablesList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TablesList.h b/TablesList.h index 7693f94c..84bb5e4e 100644 --- a/TablesList.h +++ b/TablesList.h @@ -24,9 +24,9 @@ #import <Cocoa/Cocoa.h> #import <MCPKit_bundled/MCPKit_bundled.h> -#import "CMMCPConnection.h" -#import "CMMCPResult.h" +@class CMMCResult; +@class CMMCPConnection; @interface TablesList : NSObject { |