From 1d0ba9953d2bdc7d43a47705b598df97197fb9f5 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 9 Sep 2018 16:35:21 -0700 Subject: Fixing clang build error and warnings --- Common/interface/FixedBlockMemoryAllocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common/interface') diff --git a/Common/interface/FixedBlockMemoryAllocator.h b/Common/interface/FixedBlockMemoryAllocator.h index 2b9a5f3e..75ea4e97 100644 --- a/Common/interface/FixedBlockMemoryAllocator.h +++ b/Common/interface/FixedBlockMemoryAllocator.h @@ -49,7 +49,7 @@ namespace Diligent #endif /// Memory allocator that allocates memory in a fixed-size chunks -class FixedBlockMemoryAllocator : public IMemoryAllocator +class FixedBlockMemoryAllocator final : public IMemoryAllocator { public: FixedBlockMemoryAllocator(IMemoryAllocator& RawMemoryAllocator, size_t BlockSize, Uint32 NumBlocksInPage); -- cgit v1.2.3