From 0bd6744310e0b209f3c5911a4e68d453e867914a Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 9 Jan 2011 20:52:03 +0100 Subject: change the constness of the return types --- dmagick/c/color.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmagick/c/color.d') diff --git a/dmagick/c/color.d b/dmagick/c/color.d index be66bef..44be838 100644 --- a/dmagick/c/color.d +++ b/dmagick/c/color.d @@ -54,8 +54,8 @@ extern(C) char** GetColorList(const char*, size_t*, ExceptionInfo*); - const(ColorInfo*) GetColorInfo(const char*, ExceptionInfo*); - const(ColorInfo**) GetColorInfoList(const char*, size_t*, ExceptionInfo*); + const(ColorInfo)* GetColorInfo(const char*, ExceptionInfo*); + const(ColorInfo)** GetColorInfoList(const char*, size_t*, ExceptionInfo*); MagickBooleanType ColorComponentGenesis(); MagickBooleanType IsColorSimilar(const Image*, const PixelPacket*, const PixelPacket*); -- cgit v1.2.3