Cleanup: solve compiler warnings.

Classes were predefined as structs.
This commit is contained in:
Jeroen Bakker
2023-02-09 08:01:33 +01:00
parent f3d7de709f
commit 7effc6ffc4

View File

@@ -21,8 +21,8 @@
namespace blender::eevee {
struct ShadowDirectional;
struct ShadowPunctual;
class ShadowDirectional;
class ShadowPunctual;
using namespace draw;