Skip to content

Commit a9395de

Browse files
committed
fix include guard of SubAllocateDescriptorSet
1 parent 4793d18 commit a9395de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/alloc/SubAllocatedDescriptorSet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file is part of the "Nabla Engine".
33
// For conditions of distribution and use, see copyright notice in nabla.h
44
#ifndef _NBL_VIDEO_SUB_ALLOCATED_DESCRIPTOR_SET_H_
5-
#define _NBL_VIDEO_SUB_ALLOCATED_DESCRIPTOR_SET_H
5+
#define _NBL_VIDEO_SUB_ALLOCATED_DESCRIPTOR_SET_H_
66

77
#include "nbl/video/alloc/IBufferAllocator.h"
88
#include "nbl/video/IGPUDescriptorSet.h"

0 commit comments

Comments
 (0)