[Bf-blender-cvs] [a790873d2a8] master: Cleanup: Typo in forward declaration

Hans Goudey noreply at git.blender.org
Wed Sep 28 23:35:44 CEST 2022


Commit: a790873d2a811e0c244266b090d92470cf378ef2
Author: Hans Goudey
Date:   Wed Sep 28 16:32:48 2022 -0500
Branches: master
https://developer.blender.org/rBa790873d2a811e0c244266b090d92470cf378ef2

Cleanup: Typo in forward declaration

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

M	source/blender/blenkernel/BKE_duplilist.h

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

diff --git a/source/blender/blenkernel/BKE_duplilist.h b/source/blender/blenkernel/BKE_duplilist.h
index 831cb5031c2..cc362495a24 100644
--- a/source/blender/blenkernel/BKE_duplilist.h
+++ b/source/blender/blenkernel/BKE_duplilist.h
@@ -17,7 +17,7 @@ struct Object;
 struct ParticleSystem;
 struct Scene;
 struct ViewerPath;
-struct GeomerySet;
+struct GeometrySet;
 
 /* ---------------------------------------------------- */
 /* Dupli-Geometry */



More information about the Bf-blender-cvs mailing list