From 63b8b9fc4005bfa6b9c97c5011761e7fcb58ef25 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 4 Aug 2021 13:46:30 +0100 Subject: [PATCH] Clarify a namespace. See issue 184. --- persistent-data/data-structures/array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistent-data/data-structures/array.h b/persistent-data/data-structures/array.h index d5063e7..2e4145f 100644 --- a/persistent-data/data-structures/array.h +++ b/persistent-data/data-structures/array.h @@ -104,7 +104,7 @@ namespace persistent_data { template class array : public array_base { public: - class block_ref_counter : public ref_counter { + class block_ref_counter : public persistent_data::ref_counter { public: block_ref_counter(space_map::ptr sm, array &a)