diff options
Diffstat (limited to 'src/identity.h')
-rw-r--r-- | src/identity.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/identity.h b/src/identity.h index 1dfc193..98db80a 100644 --- a/src/identity.h +++ b/src/identity.h @@ -10,9 +10,8 @@ using std::vector; namespace erebos { -class IdentityData +struct IdentityData { -public: static IdentityData load(const Ref &); Ref store(const Storage & st) const; |