diff options
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 4670740c..1063070b 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -2401,7 +2401,7 @@ */ - (NSString *)keychainPasswordForConnection:(MCPConnection *)connection { - KeyChain *keychain = [[KeyChain alloc] init]; + SPKeychain *keychain = [[SPKeychain alloc] init]; NSString *password = [keychain getPasswordForName:[connectionController connectionKeychainItemName] account:[connectionController connectionKeychainItemAccount]]; |