diff options
Diffstat (limited to 'include/olm/account.hh')
-rw-r--r-- | include/olm/account.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/account.hh b/include/olm/account.hh index b51fc1e..98b6b56 100644 --- a/include/olm/account.hh +++ b/include/olm/account.hh @@ -100,7 +100,7 @@ struct Account { ); OneTimeKey const * lookup_key( - std::uint32_t id + Curve25519PublicKey const & public_key ); std::size_t remove_key( |