summaryrefslogtreecommitdiff
path: root/dmagick/ColorRGB.d
diff options
context:
space:
mode:
authorMike Wey2011-10-23 21:04:08 +0200
committerMike Wey2011-10-23 21:04:08 +0200
commitcef335019bf361676c82606d407b2947ad44e156 (patch)
treef9f7d8fdee9f425ffb5b78943f5de3c51f9e51a4 /dmagick/ColorRGB.d
parenta9ef6c0b46ba044feb4b38d8faef6b75a49e91b5 (diff)
Alias the symbols from the headers that are used in DMagick, so the user doesn't have to import them separately.
Diffstat (limited to 'dmagick/ColorRGB.d')
-rw-r--r--dmagick/ColorRGB.d1
1 files changed, 1 insertions, 0 deletions
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();