diff options
Diffstat (limited to 'SSHTunnel_old.h')
-rwxr-xr-x | SSHTunnel_old.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SSHTunnel_old.h b/SSHTunnel_old.h index f70d3a52..b1daa595 100755 --- a/SSHTunnel_old.h +++ b/SSHTunnel_old.h @@ -12,11 +12,11 @@ Modified by Lorenz Textor for use with Sequel Pro @interface SSHTunnel : NSObject { BOOL shouldStop; - NSTask *task; - NSPipe *stdErrPipe; - NSString *status; + NSTask *task; + NSPipe *stdErrPipe; + NSString *status; - NSDictionary *tunnelArguments; + NSDictionary *tunnelArguments; } // initialization |