From cf50e6ddb6c54d3810d91ed81d93a4ec3057802e Mon Sep 17 00:00:00 2001 From: James South Date: Tue, 16 Sep 2014 13:49:16 +0100 Subject: [PATCH] Fixing solution Former-commit-id: 0ed792f839d7b8237777c4334b564e76f054d366 --- src/ImageProcessor/ImageProcessor.csproj | 2 +- .../Processors/ContentAwareResize.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageProcessor/ImageProcessor.csproj b/src/ImageProcessor/ImageProcessor.csproj index f1fb72c476..59f7a8680f 100644 --- a/src/ImageProcessor/ImageProcessor.csproj +++ b/src/ImageProcessor/ImageProcessor.csproj @@ -70,7 +70,7 @@ - + diff --git a/src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs b/src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs index aca83388be..7900415fbf 100644 --- a/src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs +++ b/src/Plugins/ImageProcessor/ImageProcessor.Plugins.Cair/Processors/ContentAwareResize.cs @@ -63,7 +63,7 @@ namespace ImageProcessor.Plugins.Cair.Processors /// /// The processed image from the current instance of the class. /// - public System.Drawing.Image ProcessImage(ImageFactory factory) + public Image ProcessImage(ImageFactory factory) { string fileName = Guid.NewGuid().ToString();