diff options
Diffstat (limited to 'components/proximity_auth/remote_device.cc')
-rw-r--r-- | components/proximity_auth/remote_device.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/proximity_auth/remote_device.cc b/components/proximity_auth/remote_device.cc index cabe714..cecf023 100644 --- a/components/proximity_auth/remote_device.cc +++ b/components/proximity_auth/remote_device.cc @@ -23,6 +23,8 @@ RemoteDevice::RemoteDevice(const std::string& user_id, persistent_symmetric_key(persistent_symmetric_key), sign_in_challenge(sign_in_challenge) {} +RemoteDevice::RemoteDevice(const RemoteDevice& other) = default; + RemoteDevice::~RemoteDevice() {} } // namespace |