From 1dea39bbe43a0cf211f486c35a950d5e1a22cdc7 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Tue, 8 Mar 2011 23:21:47 +0100 Subject: Add some of the Image properties and functions --- 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 7670890..a6bc037 100644 --- a/dmagick/Exception.d +++ b/dmagick/Exception.d @@ -116,7 +116,7 @@ mixin( exceptions ~= "class " ~ severity ~ "Exception : DMagickException { - this(string reason, string description) + this(string reason, string description = null) { super(reason, description); } @@ -125,7 +125,7 @@ mixin( exceptions ~= "class " ~ severity ~ "Error : DMagickError { - this(string reason, string description) + this(string reason, string description = null) { super(reason, description); } -- cgit v1.2.3