diff options
Diffstat (limited to 'include/erebos/attach.h')
-rw-r--r-- | include/erebos/attach.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/erebos/attach.h b/include/erebos/attach.h index 14e6af3..dab0110 100644 --- a/include/erebos/attach.h +++ b/include/erebos/attach.h @@ -39,7 +39,7 @@ template<class T> class Signed; struct AttachIdentity { - Stored<Signed<class IdentityData>> identity; + Stored<Signed<struct IdentityData>> identity; vector<vector<uint8_t>> keys; static AttachIdentity load(const Ref &); |