aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/bls.hpp')
-rw-r--r--include/bls.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bls.hpp b/include/bls.hpp
index 6ef7edf..4662d72 100644
--- a/include/bls.hpp
+++ b/include/bls.hpp
@@ -61,6 +61,7 @@ class Id {
friend class SecretKey;
public:
Id(unsigned int id = 0);
+ ~Id();
Id(const Id& rhs);
Id& operator=(const Id& rhs);
bool operator==(const Id& rhs) const;