Browse Source

[yamlSerializer] small correction

Exilon 5 years ago
parent
commit
7e71083a5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Quick.YAML.Serializer.pas

+ 1 - 1
Quick.YAML.Serializer.pas

@@ -637,11 +637,11 @@ begin
               Yaml.Free;
             end;
           end;
-        {$ENDIF}
         tkSet :
           begin
             rValue := DeserializeType(aObject,aProperty.PropertyType.TypeKind,aProperty.GetValue(aObject).TypeInfo,member.ToYaml)
           end
+        {$ENDIF}
       else
         begin
           {$IFNDEF FPC}