diff --git a/libraries/lib-cloud-audiocom/sync/LocalProjectSnapshot.h b/libraries/lib-cloud-audiocom/sync/LocalProjectSnapshot.h index bf3f74966b77..db9f71305d7e 100644 --- a/libraries/lib-cloud-audiocom/sync/LocalProjectSnapshot.h +++ b/libraries/lib-cloud-audiocom/sync/LocalProjectSnapshot.h @@ -65,7 +65,7 @@ class CLOUD_AUDIOCOM_API LocalProjectSnapshot final : LocalProjectSnapshot( Tag, const ServiceConfig& config, const OAuthService& oauthService, ProjectCloudExtension& extension, std::string name, UploadMode mode); - ~LocalProjectSnapshot(); + ~LocalProjectSnapshot() override; static Future Create( const ServiceConfig& config, const OAuthService& oauthService,