From cef335019bf361676c82606d407b2947ad44e156 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 23 Oct 2011 21:04:08 +0200 Subject: Alias the symbols from the headers that are used in DMagick, so the user doesn't have to import them separately. --- dmagick/ColorGray.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmagick/ColorGray.d') diff --git a/dmagick/ColorGray.d b/dmagick/ColorGray.d index 884655f..45a8727 100644 --- a/dmagick/ColorGray.d +++ b/dmagick/ColorGray.d @@ -16,7 +16,7 @@ import dmagick.c.quantum; */ class ColorGray : Color { - /// + /** */ this() { super(); -- cgit v1.2.3