Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-04-12 22:12:07 +0400
committerThomas Dinges <blender@dingto.org>2014-04-12 22:12:07 +0400
commitf7d06cdb6b0b7c2e27723af392fd0a04bc2289ac (patch)
tree22b98d941f72b8cf53f2a0b24e317b58639559d9 /source/gameengine/Ketsji/KX_LightIpoSGController.h
parent3cbd9ebcf2300360a3a37c951d2fc1c591b11b24 (diff)
Code cleanup: RAS_ILightObject is class, not a struct.
Patch by John Pavel. Differential Revision: https://developer.blender.org/D459
Diffstat (limited to 'source/gameengine/Ketsji/KX_LightIpoSGController.h')
-rw-r--r--source/gameengine/Ketsji/KX_LightIpoSGController.h2
1 files changed, 1 insertions, 1 deletions
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
{