Merge pull request #110 from JiaqiSun/0.14.5_fix
FIX: _limitBytes type error
This commit is contained in:
commit
fed1583714
|
@ -174,7 +174,7 @@ WEBP_CSP_MODE ConvertCSPMode(CGBitmapInfo bitmapInfo) {
|
|||
NSUInteger _currentBlendIndex;
|
||||
BOOL _preserveAspectRatio;
|
||||
CGSize _thumbnailSize;
|
||||
BOOL _limitBytes;
|
||||
NSUInteger _limitBytes;
|
||||
}
|
||||
|
||||
- (void)dealloc {
|
||||
|
|
Loading…
Reference in New Issue