[Bf-blender-cvs] [f7d06cd] master: Code cleanup: RAS_ILightObject is class, not a struct.

Thomas Dinges noreply at git.blender.org
Sat Apr 12 20:12:38 CEST 2014


Commit: f7d06cdb6b0b7c2e27723af392fd0a04bc2289ac
Author: Thomas Dinges
Date:   Sat Apr 12 20:12:07 2014 +0200
https://developer.blender.org/rBf7d06cdb6b0b7c2e27723af392fd0a04bc2289ac

Code cleanup: RAS_ILightObject is class, not a struct.

Patch by John Pavel.
Differential Revision: https://developer.blender.org/D459

===================================================================

M	source/gameengine/Ketsji/KX_LightIpoSGController.h

===================================================================

diff --git a/source/gameengine/Ketsji/KX_LightIpoSGController.h b/source/gameengine/Ketsji/KX_LightIpoSGController.h
index 8f5e8ba..151ced6 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
 {




More information about the Bf-blender-cvs mailing list