diff options
Diffstat (limited to 'dmagick/c/distort.d')
| -rw-r--r-- | dmagick/c/distort.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmagick/c/distort.d b/dmagick/c/distort.d index bb32224..4c15839 100644 --- a/dmagick/c/distort.d +++ b/dmagick/c/distort.d @@ -38,6 +38,6 @@ extern(C) VoronoiColorInterpolate = DistortImageMethod.SentinelDistortion } - Image* DistortImage(const Image*, const DistortImageMethod, const size_t, const double*, MagickBooleanType, ExceptionInfo* exception); - Image* SparseColorImage(const Image*, const ChannelType, const SparseColorMethod, const size_t, const double*, ExceptionInfo*); + Image* DistortImage(const(Image)*, const DistortImageMethod, const size_t, const(double)*, MagickBooleanType, ExceptionInfo* exception); + Image* SparseColorImage(const(Image)*, const ChannelType, const SparseColorMethod, const size_t, const(double)*, ExceptionInfo*); } |
