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/policy.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmagick/c/policy.d') diff --git a/dmagick/c/policy.d b/dmagick/c/policy.d index 733e116..e5f742b 100644 --- a/dmagick/c/policy.d +++ b/dmagick/c/policy.d @@ -32,7 +32,7 @@ extern(C) char* GetPolicyValue(const char* name); char** GetPolicyList(const char*, size_t*, ExceptionInfo*); - const(PolicyInfo**) GetPolicyInfoList(const char*, size_t*, ExceptionInfo*); + const(PolicyInfo)** GetPolicyInfoList(const char*, size_t*, ExceptionInfo*); MagickBooleanType IsRightsAuthorized(const PolicyDomain, const PolicyRights, const char*); MagickBooleanType ListPolicyInfo(FILE*, ExceptionInfo*); -- cgit v1.2.3