[Bf-blender-cvs] [f0eca87df63] soc-2018-npr: Fixed collection header name

Nick Wu noreply at git.blender.org
Tue Sep 4 15:53:10 CEST 2018


Commit: f0eca87df637708504d7e79d9df004213adce675
Author: Nick Wu
Date:   Tue Sep 4 12:56:46 2018 +0800
Branches: soc-2018-npr
https://developer.blender.org/rBf0eca87df637708504d7e79d9df004213adce675

Fixed collection header name

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

M	source/blender/makesdna/DNA_lanpr_types.h

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

diff --git a/source/blender/makesdna/DNA_lanpr_types.h b/source/blender/makesdna/DNA_lanpr_types.h
index 1ed27187cfc..1087fc6cf22 100644
--- a/source/blender/makesdna/DNA_lanpr_types.h
+++ b/source/blender/makesdna/DNA_lanpr_types.h
@@ -34,7 +34,7 @@
 
 #include "DNA_listBase.h"
 #include "DNA_ID.h"
-#include "DNA_group_types.h"
+#include "DNA_collection_types.h"
 
 struct Object;
 struct Material;



More information about the Bf-blender-cvs mailing list