Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
exilon committed Aug 15, 2018
1 parent 277269e commit 6b2c589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quick.Json.fpc.Compatibility.pas
Expand Up @@ -24,7 +24,7 @@ TJsonPair = class

{ TJsonArray }

TJsonArrayEx = class(fpjson.TJSONArray)
TJsonArray = class(fpjson.TJSONArray)
public
procedure AddElement(aValue : TJsonData);
end;
Expand Down Expand Up @@ -65,7 +65,7 @@ implementation

{ TJsonArray }

procedure TJsonArrayEx.AddElement(aValue: TJsonData);
procedure TJsonArray.AddElement(aValue: TJsonData);
begin
Add(aValue);
end;
Expand Down

0 comments on commit 6b2c589

Please sign in to comment.