aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSSHTunnel.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPSSHTunnel.h')
-rw-r--r--Source/SPSSHTunnel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPSSHTunnel.h b/Source/SPSSHTunnel.h
index 0984cd43..4466e399 100644
--- a/Source/SPSSHTunnel.h
+++ b/Source/SPSSHTunnel.h
@@ -23,8 +23,7 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
-#import <SPMySQL/SPMySQLConnectionProxy.h>
-#import <SPMySQL/SPMySQLConstants.h>
+#import <SPMySQL/SPMySQL.h>
@interface SPSSHTunnel : NSObject <SPMySQLConnectionProxy>
{
@@ -51,7 +50,7 @@
NSInteger remotePort;
NSUInteger localPort;
NSUInteger localPortFallback;
- NSInteger connectionState;
+ SPMySQLConnectionProxyState connectionState;
NSLock *answerAvailableLock;
NSString *currentKeyName;