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/profile.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmagick/c/profile.d') diff --git a/dmagick/c/profile.d b/dmagick/c/profile.d index 44dbbf6..b984b4f 100644 --- a/dmagick/c/profile.d +++ b/dmagick/c/profile.d @@ -32,7 +32,7 @@ extern(C) char* GetNextImageProfile(const Image*); - const(StringInfo) *GetImageProfile(const Image *,const char *); + const(StringInfo)* GetImageProfile(const Image *,const char *); MagickBooleanType CloneImageProfiles(Image*, const Image*); MagickBooleanType DeleteImageProfile(Image*, const char*); -- cgit v1.2.3