Skip to content

Commit

Permalink
Fix type in GPUImageHueFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
JensDee committed Sep 3, 2013
1 parent a231e2f commit 846abb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Source/GPUImageHueFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

@interface GPUImageHueFilter : GPUImageFilter
{
GLfloat hueAdjustUniform;
GLint hueAdjustUniform;

}
@property (nonatomic, readwrite) CGFloat hue;
Expand Down

0 comments on commit 846abb0

Please sign in to comment.