diff options
author | Damiano Galassi <[email protected]> | 2019-09-13 12:52:20 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-09-13 12:52:20 +0200 |
commit | 79740fb9ba11c49469c52bce4ca3a4816843686f (patch) | |
tree | 441f13ff42b6fc5d3fe0ff943802222bc29f8d4a /macosx/HBTitle.m | |
parent | b2d9b7cae68cdccdcd4f33c11bdeda98fbf37e18 (diff) |
MacGui: fix a few warnings when building in Xcode 11.
Diffstat (limited to 'macosx/HBTitle.m')
-rw-r--r-- | macosx/HBTitle.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBTitle.m b/macosx/HBTitle.m index 895ef6fe8..653b63b4c 100644 --- a/macosx/HBTitle.m +++ b/macosx/HBTitle.m @@ -128,9 +128,8 @@ fail: if (self) { _displayName = [displayName copy]; - _title = @""; _type = type; - _isoLanguageCode = @""; + _isoLanguageCode = @"und"; _fileURL = fileURL; } return self; |