Skip to content

Commit bc55a9a

Browse files
committed
const for allocateFlags
1 parent d0dbd88 commit bc55a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nbl/video/IDriverMemoryAllocation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class IDriverMemoryAllocation : public virtual core::IReferenceCounted
164164
uint8_t* mappedPtr;
165165
MemoryRange mappedRange;
166166
E_MAPPING_CPU_ACCESS_FLAG currentMappingAccess;
167-
core::bitflag<E_MEMORY_ALLOCATE_FLAGS> allocateFlags;
167+
const core::bitflag<E_MEMORY_ALLOCATE_FLAGS> allocateFlags;
168168
};
169169

170170
} // end namespace nbl::video

0 commit comments

Comments
 (0)