[Bf-blender-cvs] [702c0a01b24] blender2.8: Cleanup: build warning

Campbell Barton noreply at git.blender.org
Tue Dec 5 16:11:55 CET 2017


Commit: 702c0a01b24869d6cb133ee00e1f85fc302c45a5
Author: Campbell Barton
Date:   Wed Dec 6 02:25:10 2017 +1100
Branches: blender2.8
https://developer.blender.org/rB702c0a01b24869d6cb133ee00e1f85fc302c45a5

Cleanup: build warning

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

M	source/blender/blenkernel/BKE_animsys.h

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

diff --git a/source/blender/blenkernel/BKE_animsys.h b/source/blender/blenkernel/BKE_animsys.h
index cd64cdce2b8..7b3ae70b9f8 100644
--- a/source/blender/blenkernel/BKE_animsys.h
+++ b/source/blender/blenkernel/BKE_animsys.h
@@ -46,6 +46,7 @@ struct ReportList;
 struct bAction;
 struct bActionGroup;
 struct AnimMapper;
+struct FCurve;
 
 /* ************************************* */
 /* AnimData API */
@@ -178,7 +179,6 @@ void BKE_animsys_evaluate_animdata(struct Scene *scene, struct ID *id, struct An
 void BKE_animsys_evaluate_all_animation(struct Main *main, struct Scene *scene, float ctime);
 
 /* TODO(sergey): This is mainly a temp public function. */
-struct FCurve;
 bool BKE_animsys_execute_fcurve(struct PointerRNA *ptr, struct AnimMapper *remap, struct FCurve *fcu, float curval);
 
 /* ------------ Specialized API --------------- */



More information about the Bf-blender-cvs mailing list