From aee3a1a5cec87840c35516debb399ce3d2ab6598 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Tue, 18 Oct 2011 23:30:54 +0200 Subject: Add support for imageMagick 6.6.3 to the headers. --- dmagick/Image.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmagick/Image.d') diff --git a/dmagick/Image.d b/dmagick/Image.d index 93948cc..2f992a9 100644 --- a/dmagick/Image.d +++ b/dmagick/Image.d @@ -2688,7 +2688,7 @@ class Image * width = The width of the pixel neighborhood. * height = The height of the pixel neighborhood. */ - void statistic(StatisticType type, size_t width, size_t height) + void statistic()(StatisticType type, size_t width, size_t height) { static if ( is(typeof(StatisticImage)) ) { -- cgit v1.2.3