Skip to content

Commit

Permalink
[display] add missing Metadata.links
Browse files Browse the repository at this point in the history
#8610 must have been based on a slightly outdated version of Display.hx
  • Loading branch information
Gama11 committed Aug 12, 2019
1 parent 019ea83 commit 3b2dbd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/haxe/display/Display.hx
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ typedef Metadata = {
var platforms:Array<Platform>;
var targets:Array<MetadataTarget>;
var internal:Bool;
var ?links:Array<String>;
}

typedef Keyword = {
Expand Down

0 comments on commit 3b2dbd7

Please sign in to comment.