From 9f78bf000121ba5fbde5bed5de577b907838ecb4 Mon Sep 17 00:00:00 2001 From: Jones <2944106+c-bebop@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:43:26 +0200 Subject: [PATCH] BlockCache is a struct in forward declaration. --- include/dhb/block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dhb/block.h b/include/dhb/block.h index f59dfa6..8dc3b60 100644 --- a/include/dhb/block.h +++ b/include/dhb/block.h @@ -79,7 +79,7 @@ class BlockHandle { #ifndef DHB_SYSTEM_ALLOCATOR -class BlockCache; +struct BlockCache; class BlockArray { public: