[Bf-blender-cvs] [2e66e5facab] blender2.8: Silence warning in greasepencil-object branch

Dalai Felinto noreply at git.blender.org
Wed Jun 20 18:45:02 CEST 2018


Commit: 2e66e5facab6d56e03af65d56c4ad4a1e6e3d6b8
Author: Dalai Felinto
Date:   Wed Jun 20 18:42:11 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB2e66e5facab6d56e03af65d56c4ad4a1e6e3d6b8

Silence warning in greasepencil-object branch

We don't have warnings in 2.8 because of include order.
But headers shouldn't depend on that for warnings, really.

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

M	source/blender/blenkernel/BKE_dynamicpaint.h

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

diff --git a/source/blender/blenkernel/BKE_dynamicpaint.h b/source/blender/blenkernel/BKE_dynamicpaint.h
index acb5e63d32f..12f61116f5f 100644
--- a/source/blender/blenkernel/BKE_dynamicpaint.h
+++ b/source/blender/blenkernel/BKE_dynamicpaint.h
@@ -28,6 +28,8 @@
  */
 
 struct Depsgraph;
+struct DynamicPaintCanvasSettings;
+struct DynamicPaintModifierData;
 struct Main;
 struct Scene;
 struct ViewLayer;



More information about the Bf-blender-cvs mailing list