Code cleanup: RAS_ILightObject is class, not a struct.

Patch by John Pavel.
Differential Revision: https://developer.blender.org/D459
This commit is contained in:
Thomas Dinges 2014-04-12 20:12:07 +02:00
parent 3cbd9ebcf2
commit f7d06cdb6b

@ -37,7 +37,7 @@
#include "KX_IInterpolator.h"
struct RAS_ILightObject;
class RAS_ILightObject;
class KX_LightIpoSGController : public SG_Controller
{