summaryrefslogtreecommitdiff
path: root/dmagick/c/morphology.d
diff options
context:
space:
mode:
authorMike Wey2011-09-04 22:25:21 +0200
committerMike Wey2011-09-04 22:25:21 +0200
commitc0fb9c3ef68fe1a849a6791a4ab9b210374f0df4 (patch)
tree0e7602dd3bb65c503e6312e659b02c57480cdc83 /dmagick/c/morphology.d
parentb49bf718965a6e14a38886b8d99c9be27924acbc (diff)
Update headers to version 6.7.2ImageMagick_6.7.2
Diffstat (limited to 'dmagick/c/morphology.d')
-rw-r--r--dmagick/c/morphology.d2
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)*);
}