forked from lthn/blockchain
crypto: point_t ctor minor fix
This commit is contained in:
parent
ebffb92877
commit
730328e87a
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ namespace crypto
|
|||
zero();
|
||||
}
|
||||
|
||||
explicit point_t(tag_zero&)
|
||||
explicit point_t(tag_zero&&)
|
||||
{
|
||||
zero();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue