From 0075d0c67a53ca2fabea8a4a710b25a41d803ecc Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 26 Feb 2016 16:11:54 +1100 Subject: [PATCH] Fix build Former-commit-id: 2ea75ac8699b696c2ad2678d5f5d14d8825e495b Former-commit-id: 5fa4b3d68070bf3ddbc8dad0d0d05e1cb744f928 Former-commit-id: 603bbd520d69e2459dd6da04ef44e6428da5c232 --- src/ImageProcessorCore/Samplers/RotateFlip.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageProcessorCore/Samplers/RotateFlip.cs b/src/ImageProcessorCore/Samplers/RotateFlip.cs index 82a5b116d..09162bff0 100644 --- a/src/ImageProcessorCore/Samplers/RotateFlip.cs +++ b/src/ImageProcessorCore/Samplers/RotateFlip.cs @@ -11,7 +11,7 @@ namespace ImageProcessorCore.Samplers /// /// Provides methods that allow the rotation and flipping of an image around its center point. /// - public class RotateFlip : ParallelImageProcessor + public class RotateFlip : ImageSampler { /// /// Initializes a new instance of the class.