From 43847571881e63c6d7b6b01ef93f0ccfced1b4c8 Mon Sep 17 00:00:00 2001 From: Carsten Date: Fri, 27 Mar 2026 09:59:04 +0000 Subject: [PATCH] Fixed inconsistent forward decaration of struct LogOutput. --- include/vsg/core/MemorySlots.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vsg/core/MemorySlots.h b/include/vsg/core/MemorySlots.h index 7d3ccab3da..59775f5011 100644 --- a/include/vsg/core/MemorySlots.h +++ b/include/vsg/core/MemorySlots.h @@ -32,7 +32,7 @@ namespace vsg }; // forward declare - class LogOutput; + struct LogOutput; /** class used internally by vsg::Allocator, vsg::DeviceMemory and vsg::Buffer to manage suballocation within a block of CPU or GPU memory.*/ class VSG_DECLSPEC MemorySlots