]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_keychain/lib/Identity.cpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / lib / Identity.cpp
index 85b0636decf8b943ec2477680040cce7f8c6474a..6447eb9b110ed02c176b05daf7bbd57af7cc63ca 100644 (file)
@@ -113,7 +113,7 @@ Identity::Identity(const StorageManager::KeychainList &keychains, const SecPoint
     }
 }
 
-Identity::~Identity() throw()
+Identity::~Identity() _NOEXCEPT
 {
     if (mPrivateKey)
         CFRelease(mPrivateKey);