summaryrefslogtreecommitdiff
path: root/dmagick/Image.d
diff options
context:
space:
mode:
authorMike Wey2011-10-18 23:30:54 +0200
committerMike Wey2011-10-18 23:30:54 +0200
commitaee3a1a5cec87840c35516debb399ce3d2ab6598 (patch)
tree0db49dd04439c407106ab119cc5df86f25743a61 /dmagick/Image.d
parent03e6081686299d71d135a6e2971132e6d4f29cdd (diff)
Add support for imageMagick 6.6.3 to the headers.
Diffstat (limited to 'dmagick/Image.d')
-rw-r--r--dmagick/Image.d2
1 files changed, 1 insertions, 1 deletions
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)) )
{