diff options
Diffstat (limited to 'dmagick/c/morphology.d')
| -rw-r--r-- | dmagick/c/morphology.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/c/morphology.d b/dmagick/c/morphology.d index 3abc668..fa6ffd3 100644 --- a/dmagick/c/morphology.d +++ b/dmagick/c/morphology.d @@ -125,5 +125,5 @@ extern(C) Image* MorphologyImageChannel(const(Image)*, const ChannelType, const MorphologyMethod, const ssize_t, const(KernelInfo)*, ExceptionInfo*); void ScaleGeometryKernelInfo(KernelInfo*, const(char)*); - void ShowKernelInfo(KernelInfo*); + void ShowKernelInfo(const(KernelInfo)*); } |
