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); _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
