[Bf-blender-cvs] [e51067505b6] master: Cleanup: Use explicit forward declaration

Sergey Sharybin noreply at git.blender.org
Wed Jul 31 11:59:16 CEST 2019


Commit: e51067505b63892420e5be09be2f24c6add3b2ba
Author: Sergey Sharybin
Date:   Wed Jul 31 11:55:25 2019 +0200
Branches: master
https://developer.blender.org/rBe51067505b63892420e5be09be2f24c6add3b2ba

Cleanup: Use explicit forward declaration

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

M	source/blender/editors/include/ED_anim_api.h

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

diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index 230d62d400c..f49d38e1276 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -27,6 +27,7 @@
 struct AnimData;
 struct ID;
 struct ListBase;
+struct Depsgraph;
 
 struct ARegion;
 struct Main;



More information about the Bf-blender-cvs mailing list