From 16e7a7b5b192fe19f271a28cfb55c1b19118ccb1 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Tue, 5 Oct 2021 13:15:31 -0500 Subject: Cleanup: Clang tidy --- source/blender/draw/intern/draw_texture_pool.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/draw') diff --git a/source/blender/draw/intern/draw_texture_pool.cc b/source/blender/draw/intern/draw_texture_pool.cc index 544a763ddb9..61697465784 100644 --- a/source/blender/draw/intern/draw_texture_pool.cc +++ b/source/blender/draw/intern/draw_texture_pool.cc @@ -28,10 +28,10 @@ using namespace blender; -typedef struct DRWTexturePoolHandle { +struct DRWTexturePoolHandle { uint64_t users_bits; GPUTexture *texture; -} DRWTexturePoolHandle; +}; struct DRWTexturePool { Vector users; -- cgit v1.2.3