Ver Fonte

[yamlSerializer] small correction

Exilon há 5 anos atrás
pai
commit
7e71083a5e
1 ficheiros alterados com 1 adições e 1 exclusões
  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}