summaryrefslogtreecommitdiff
path: root/kms++/inc/kms++/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'kms++/inc/kms++/property.h')
-rw-r--r--kms++/inc/kms++/property.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kms++/inc/kms++/property.h b/kms++/inc/kms++/property.h
index b9097ff..8d6088e 100644
--- a/kms++/inc/kms++/property.h
+++ b/kms++/inc/kms++/property.h
@@ -34,7 +34,7 @@ public:
std::vector<uint32_t> get_blob_ids() const;
private:
Property(Card& card, uint32_t id);
- ~Property();
+ ~Property() override;
PropertyType m_type;