[Bf-blender-cvs] [64196a6b290] master: Cleanup: struct/class mismatch.

Jeroen Bakker noreply at git.blender.org
Fri Jan 21 08:18:02 CET 2022


Commit: 64196a6b29016892f52771947047146c6c125f3f
Author: Jeroen Bakker
Date:   Fri Jan 21 07:51:00 2022 +0100
Branches: master
https://developer.blender.org/rB64196a6b29016892f52771947047146c6c125f3f

Cleanup: struct/class mismatch.

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

M	source/blender/blenkernel/intern/idprop_serialize.cc

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

diff --git a/source/blender/blenkernel/intern/idprop_serialize.cc b/source/blender/blenkernel/intern/idprop_serialize.cc
index 289bc39f4b5..92dce49500c 100644
--- a/source/blender/blenkernel/intern/idprop_serialize.cc
+++ b/source/blender/blenkernel/intern/idprop_serialize.cc
@@ -29,7 +29,7 @@ using namespace blender::io::serialize;
 
 /* Forward declarations */
 class IDPropertySerializer;
-class DictionaryEntryParser;
+struct DictionaryEntryParser;
 static IDProperty *idprop_from_value(const DictionaryValue &value);
 static const IDPropertySerializer &serializer_for(eIDPropertyType property_type);
 static const IDPropertySerializer &serializer_for(StringRef idprop_typename);



More information about the Bf-blender-cvs mailing list