Cleanup: DRW: Avoid warning caused by class/struct mismatching definition

Showed as a compiler warning.
This commit is contained in:
Clément Foucault
2025-03-03 20:23:15 +01:00
parent c5f203e02f
commit f15e72971a

View File

@@ -43,7 +43,7 @@ struct ViewLayer;
struct World;
namespace blender::draw {
class TextureFromPool;
class ObjectRef;
struct ObjectRef;
} // namespace blender::draw
typedef struct DRWPass DRWPass;