We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 900dbb2 + 4384757 commit 59b1349Copy full SHA for 59b1349
1 file changed
include/vsg/core/MemorySlots.h
@@ -32,7 +32,7 @@ namespace vsg
32
};
33
34
// forward declare
35
- class LogOutput;
+ struct LogOutput;
36
37
/** class used internally by vsg::Allocator, vsg::DeviceMemory and vsg::Buffer to manage suballocation within a block of CPU or GPU memory.*/
38
class VSG_DECLSPEC MemorySlots
0 commit comments