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/ColorGray.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/ColorGray.d')
| -rw-r--r-- | dmagick/ColorGray.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/ColorGray.d b/dmagick/ColorGray.d index 884655f..45a8727 100644 --- a/dmagick/ColorGray.d +++ b/dmagick/ColorGray.d @@ -16,7 +16,7 @@ import dmagick.c.quantum; */ class ColorGray : Color { - /// + /** */ this() { super(); |
