From f7d06cdb6b0b7c2e27723af392fd0a04bc2289ac Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sat, 12 Apr 2014 20:12:07 +0200 Subject: Code cleanup: RAS_ILightObject is class, not a struct. Patch by John Pavel. Differential Revision: https://developer.blender.org/D459 --- source/gameengine/Ketsji/KX_LightIpoSGController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/Ketsji/KX_LightIpoSGController.h') diff --git a/source/gameengine/Ketsji/KX_LightIpoSGController.h b/source/gameengine/Ketsji/KX_LightIpoSGController.h index 8f5e8ba7187..151ced6b8f8 100644 --- a/source/gameengine/Ketsji/KX_LightIpoSGController.h +++ b/source/gameengine/Ketsji/KX_LightIpoSGController.h @@ -37,7 +37,7 @@ #include "KX_IInterpolator.h" -struct RAS_ILightObject; +class RAS_ILightObject; class KX_LightIpoSGController : public SG_Controller { -- cgit v1.2.3