diff options
| author | Mike Wey | 2011-10-23 21:04:08 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-10-23 21:04:08 +0200 |
| commit | cef335019bf361676c82606d407b2947ad44e156 (patch) | |
| tree | f9f7d8fdee9f425ffb5b78943f5de3c51f9e51a4 /dmagick/ColorCMYK.d | |
| parent | a9ef6c0b46ba044feb4b38d8faef6b75a49e91b5 (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/ColorCMYK.d')
| -rw-r--r-- | dmagick/ColorCMYK.d | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
