summaryrefslogtreecommitdiff
path: root/dmagick/Image.d
diff options
context:
space:
mode:
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)) )
{