From 69e4c826a34eb84c36bb07338a9a292a520f5970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 5 Feb 2020 22:13:09 +0100 Subject: Fix compilation with clang --- src/identity.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/identity.h') diff --git a/src/identity.h b/src/identity.h index 79b335e..92ac34f 100644 --- a/src/identity.h +++ b/src/identity.h @@ -23,9 +23,8 @@ public: const optional> keyMessage; }; -class Identity::Priv +struct Identity::Priv { -public: vector>> data; shared_future> name; optional owner; @@ -38,9 +37,8 @@ public: function sel); }; -class Identity::Builder::Priv +struct Identity::Builder::Priv { -public: Storage storage; vector>> prev = {}; optional name = nullopt; -- cgit v1.2.3