From 64196a6b29016892f52771947047146c6c125f3f Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Fri, 21 Jan 2022 07:51:00 +0100 Subject: Cleanup: struct/class mismatch. --- source/blender/blenkernel/intern/idprop_serialize.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') 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); -- cgit v1.2.3