summaryrefslogtreecommitdiff
path: root/dmagick/c/magickModule.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/magickModule.d')
-rw-r--r--dmagick/c/magickModule.d2
1 files changed, 1 insertions, 1 deletions
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*);