diff options
Diffstat (limited to 'components/proximity_auth/cryptauth/secure_message_delegate.h')
-rw-r--r-- | components/proximity_auth/cryptauth/secure_message_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/proximity_auth/cryptauth/secure_message_delegate.h b/components/proximity_auth/cryptauth/secure_message_delegate.h index 932ebc0a..ef5a277 100644 --- a/components/proximity_auth/cryptauth/secure_message_delegate.h +++ b/components/proximity_auth/cryptauth/secure_message_delegate.h @@ -20,6 +20,7 @@ class SecureMessageDelegate { // Fields specifying how to create a SecureMessage. struct CreateOptions { CreateOptions(); + CreateOptions(const CreateOptions& other); ~CreateOptions(); // The scheme used to encrypt the message. |