summaryrefslogtreecommitdiff
path: root/dmagick/c/sheer.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/sheer.d')
-rw-r--r--dmagick/c/sheer.d8
1 files changed, 4 insertions, 4 deletions
diff --git a/dmagick/c/sheer.d b/dmagick/c/sheer.d
index 6555e65..fd53fb1 100644
--- a/dmagick/c/sheer.d
+++ b/dmagick/c/sheer.d
@@ -6,8 +6,8 @@ import dmagick.c.image;
extern(C)
{
- Image* AffineTransformImage(const Image*, const AffineMatrix*, ExceptionInfo*);
- Image* DeskewImage(const Image*, const double, ExceptionInfo*);
- Image* RotateImage(const Image*, const double, ExceptionInfo*);
- Image* ShearImage(const Image*, const double, const double, ExceptionInfo*);
+ Image* AffineTransformImage(const(Image)*, const(AffineMatrix)*, ExceptionInfo*);
+ Image* DeskewImage(const(Image)*, const double, ExceptionInfo*);
+ Image* RotateImage(const(Image)*, const double, ExceptionInfo*);
+ Image* ShearImage(const(Image)*, const double, const double, ExceptionInfo*);
}