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/magickModule.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmagick/c/magickModule.d') diff --git a/dmagick/c/magickModule.d b/dmagick/c/magickModule.d index 6776fde..b6efd41 100644 --- a/dmagick/c/magickModule.d +++ b/dmagick/c/magickModule.d @@ -48,7 +48,7 @@ extern(C) char** GetModuleList(const char*, const MagickModuleType, size_t*, ExceptionInfo*); - const(ModuleInfo**) GetModuleInfoList(const char*, size_t*, ExceptionInfo*); + const(ModuleInfo)** GetModuleInfoList(const char*, size_t*, ExceptionInfo*); MagickBooleanType InitializeModuleList(ExceptionInfo*); MagickBooleanType InvokeDynamicImageFilter(const char*, Image**, const int, const char**, ExceptionInfo*); -- cgit v1.2.3