diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2016-08-27 23:10:06 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2016-08-27 23:10:06 +0800 |
commit | 135e3e6014431a9358a13ce96d0b4870cc916ee3 (patch) | |
tree | 7a069ed6f03379479b31a54136d04cb116779044 /include/bls.hpp | |
parent | e4faaeb768457788a73442e1d2e7216890803da5 (diff) | |
download | dexon-bls-135e3e6014431a9358a13ce96d0b4870cc916ee3.tar.gz dexon-bls-135e3e6014431a9358a13ce96d0b4870cc916ee3.tar.zst dexon-bls-135e3e6014431a9358a13ce96d0b4870cc916ee3.zip |
add destructor of Id
Diffstat (limited to 'include/bls.hpp')
-rw-r--r-- | include/bls.hpp | 1 |
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; |