Browse Source

Fix build

Former-commit-id: 2ea75ac8699b696c2ad2678d5f5d14d8825e495b
Former-commit-id: 5fa4b3d68070bf3ddbc8dad0d0d05e1cb744f928
Former-commit-id: 603bbd520d69e2459dd6da04ef44e6428da5c232
pull/1/head
James Jackson-South 10 years ago
parent
commit
0075d0c67a
  1. 2
      src/ImageProcessorCore/Samplers/RotateFlip.cs

2
src/ImageProcessorCore/Samplers/RotateFlip.cs

@ -11,7 +11,7 @@ namespace ImageProcessorCore.Samplers
/// <summary>
/// Provides methods that allow the rotation and flipping of an image around its center point.
/// </summary>
public class RotateFlip : ParallelImageProcessor
public class RotateFlip : ImageSampler
{
/// <summary>
/// Initializes a new instance of the <see cref="RotateFlip"/> class.

Loading…
Cancel
Save