[Bf-blender-cvs] [390cf2fe756] master: Cleanup: compiler warnings

Brecht Van Lommel noreply at git.blender.org
Mon Oct 17 14:44:40 CEST 2022


Commit: 390cf2fe756e2759ec2f0dcc0ef4b1f84142f1d6
Author: Brecht Van Lommel
Date:   Mon Oct 17 14:34:13 2022 +0200
Branches: master
https://developer.blender.org/rB390cf2fe756e2759ec2f0dcc0ef4b1f84142f1d6

Cleanup: compiler warnings

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

M	source/blender/blenkernel/BKE_instances.hh

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

diff --git a/source/blender/blenkernel/BKE_instances.hh b/source/blender/blenkernel/BKE_instances.hh
index 69b6f944838..6502fefec88 100644
--- a/source/blender/blenkernel/BKE_instances.hh
+++ b/source/blender/blenkernel/BKE_instances.hh
@@ -25,7 +25,7 @@
 
 #include "BKE_attribute.hh"
 
-class GeometrySet;
+struct GeometrySet;
 struct Object;
 struct Collection;



More information about the Bf-blender-cvs mailing list