mirror of
https://github.com/transmission/transmission
synced 2025-01-13 10:32:45 +00:00
missed with the last commit
This commit is contained in:
parent
7b1f6d5e40
commit
ed6954681e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
color4.alpha = 1.0f;
|
||||
color4.position = 1.0f;
|
||||
|
||||
CTGradient * newInstance = [[[self class] alloc] init];
|
||||
CTGradient * newInstance = [[CTGradient alloc] init];
|
||||
[newInstance addElement: &color1];
|
||||
[newInstance addElement: &color2];
|
||||
[newInstance addElement: &color3];
|
||||
|
|
Loading…
Reference in a new issue