From fd9fe3b67f8175178d46f5c46e5b61a09dd5d74f Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 5 Jun 2011 23:53:28 +0200 Subject: Add clut, colorize, colorMatrix and histogram. --- dmagick/Exception.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmagick/Exception.d') diff --git a/dmagick/Exception.d b/dmagick/Exception.d index 5add259..23f07a6 100644 --- a/dmagick/Exception.d +++ b/dmagick/Exception.d @@ -26,7 +26,7 @@ import dmagick.c.exception; */ class DMagickException : Exception { - this(string reason, string description) + this(string reason, string description = null) { string message = to!(string)(GetClientName()); @@ -93,7 +93,7 @@ class DMagickException : Exception */ class DMagickError : Error { - this(string reason, string description) + this(string reason, string description = null) { string message = to!(string)(GetClientName()); -- cgit v1.2.3