Skip to content

Commit 59b1349

Browse files
Merge pull request #1684 from cmeyer42/master
Fixed inconsistent forward decaration of struct LogOutput.
2 parents 900dbb2 + 4384757 commit 59b1349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vsg/core/MemorySlots.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace vsg
3232
};
3333

3434
// forward declare
35-
class LogOutput;
35+
struct LogOutput;
3636

3737
/** class used internally by vsg::Allocator, vsg::DeviceMemory and vsg::Buffer to manage suballocation within a block of CPU or GPU memory.*/
3838
class VSG_DECLSPEC MemorySlots

0 commit comments

Comments
 (0)