FIX: _limitBytes type error
This commit is contained in:
parent
8a33fb3ca7
commit
cbc0ba930c
|
@ -174,7 +174,7 @@ WEBP_CSP_MODE ConvertCSPMode(CGBitmapInfo bitmapInfo) {
|
||||||
NSUInteger _currentBlendIndex;
|
NSUInteger _currentBlendIndex;
|
||||||
BOOL _preserveAspectRatio;
|
BOOL _preserveAspectRatio;
|
||||||
CGSize _thumbnailSize;
|
CGSize _thumbnailSize;
|
||||||
BOOL _limitBytes;
|
NSUInteger _limitBytes;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)dealloc {
|
- (void)dealloc {
|
||||||
|
|
Loading…
Reference in New Issue