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/storage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/storage.h') diff --git a/src/storage.h b/src/storage.h index 86dc48f..c67be22 100644 --- a/src/storage.h +++ b/src/storage.h @@ -98,7 +98,7 @@ private: unique_ptr parent; }; -struct Storage::Priv +struct PartialStorage::Priv { shared_ptr backend; @@ -111,7 +111,7 @@ struct Storage::Priv optional copy(const ObjectT &, vector *) const; }; -struct Ref::Priv +struct PartialRef::Priv { const unique_ptr storage; const Digest digest; -- cgit v1.2.3