]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_keychain/lib/KeyItem.h
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_keychain / lib / KeyItem.h
index 8f048f5cee755fa5245ef45beb3c19752438ad89..326279d95fe951dd7bc425ba150e613f9f073aaf 100644 (file)
@@ -46,7 +46,7 @@ public:
     // SECCFUNCTIONS macro to retarget SecKeyRef to foreign object instead of normal way through SecCFObject.
     static KeyItem *required(SecKeyRef ptr);
     static KeyItem *optional(SecKeyRef ptr);
-    operator CFTypeRef() const throw();
+    operator CFTypeRef() const _NOEXCEPT;
     static SecCFObject *fromSecKeyRef(CFTypeRef ref);
     void attachSecKeyRef() const;
     void initializeWithSecKeyRef(SecKeyRef ref);