Skip to content

Commit

Permalink
Explicitly mark the destructor of LocalProjectSnapshot override
Browse files Browse the repository at this point in the history
  • Loading branch information
crsib committed Mar 29, 2024
1 parent 8f13aa4 commit e4be773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/lib-cloud-audiocom/sync/LocalProjectSnapshot.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e4be773

Please sign in to comment.