Skip to content

Commit

Permalink
Fix building with newer Vala compiler (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed May 24, 2022
1 parent b28e01d commit 9327885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/providers/images/SteamGridDB.vala
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ namespace GameHub.Data.Providers.Images
public class Image: ImagesProvider.Image
{
public string raw_style { get; protected construct set; }
public Style? style { get; protected construct set; default = null; }
public Style? style { get; protected set; default = null; }
public int score { get; protected construct set; default = 0; }
public string? author { get; protected construct set; default = null; }

Expand Down

0 comments on commit 9327885

Please sign in to comment.