diff --git a/ClassicComponentsExample/Managers/ImageManager.swift b/ClassicComponentsExample/Managers/ImageManager.swift index ded88f9..b8e70d1 100644 --- a/ClassicComponentsExample/Managers/ImageManager.swift +++ b/ClassicComponentsExample/Managers/ImageManager.swift @@ -16,7 +16,7 @@ class ImageProcessingParameters { init() { polygon = SBSDKPolygon() - filter = .none + filter = SBSDKImageFilterType.none counterClockwiseRotations = 0 }