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