diff options
Diffstat (limited to 'dmagick/c/property.d')
| -rw-r--r-- | dmagick/c/property.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmagick/c/property.d b/dmagick/c/property.d index 1fd6193..7e543fb 100644 --- a/dmagick/c/property.d +++ b/dmagick/c/property.d @@ -11,8 +11,8 @@ extern(C) char* InterpretImageProperties(const ImageInfo*, Image*, const char*); char* RemoveImageProperty(Image*, const char*); - const(char*) GetImageProperty(const Image*, const char*); - const(char*) GetMagickProperty(const ImageInfo*, Image*, const char*); + const(char)* GetImageProperty(const Image*, const char*); + const(char)* GetMagickProperty(const ImageInfo*, Image*, const char*); MagickBooleanType CloneImageProperties(Image*, const Image*); MagickBooleanType DefineImageProperty(Image*, const char*); |
