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