Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-09-29 00:32:48 +0300
committerHans Goudey <h.goudey@me.com>2022-09-29 00:32:59 +0300
commita790873d2a811e0c244266b090d92470cf378ef2 (patch)
treee90562243eec78cf74d70a5766a143e50908ede3
parent482d431bb6735e8206961bd1115d2be7e63572b1 (diff)
Cleanup: Typo in forward declaration
-rw-r--r--source/blender/blenkernel/BKE_duplilist.h2
1 files changed, 1 insertions, 1 deletions
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 */