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/coder.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dmagick/c/coder.d') diff --git a/dmagick/c/coder.d b/dmagick/c/coder.d index 52f5d32..f7990b2 100644 --- a/dmagick/c/coder.d +++ b/dmagick/c/coder.d @@ -28,8 +28,8 @@ extern(C) char** GetCoderList(const char*, size_t*, ExceptionInfo*); - const(CoderInfo*) GetCoderInfo(const char*, ExceptionInfo*); - const(CoderInfo**) GetCoderInfoList(const char*, size_t*, ExceptionInfo*); + const(CoderInfo)* GetCoderInfo(const char*, ExceptionInfo*); + const(CoderInfo)** GetCoderInfoList(const char*, size_t*, ExceptionInfo*); MagickBooleanType CoderComponentGenesis(); MagickBooleanType ListCoderInfo(FILE*, ExceptionInfo*); -- cgit v1.2.3