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/ColorCMYK.d | 1 + 1 file changed, 1 insertion(+) (limited to 'dmagick/ColorCMYK.d') diff --git a/dmagick/ColorCMYK.d b/dmagick/ColorCMYK.d index 68f1940..a0b1bd5 100644 --- a/dmagick/ColorCMYK.d +++ b/dmagick/ColorCMYK.d @@ -25,6 +25,7 @@ import dmagick.c.quantum; */ class ColorCMYK : Color { + /** */ this() { super(); -- cgit v1.2.3