summaryrefslogtreecommitdiff
path: root/dmagick/c/imageView.d
diff options
context:
space:
mode:
authorMike Wey2011-10-19 22:51:16 +0200
committerMike Wey2011-10-19 22:51:16 +0200
commit3b0b0d09697023b185bb8a07511ab88954dd99ee (patch)
treef4f15cd8b8f785e75dba61d12cd87081b163098b /dmagick/c/imageView.d
parentaee3a1a5cec87840c35516debb399ce3d2ab6598 (diff)
Add support for imageMagick 6.6.2 to the headers.
Diffstat (limited to 'dmagick/c/imageView.d')
-rw-r--r--dmagick/c/imageView.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/c/imageView.d b/dmagick/c/imageView.d
index 515ce28..30ef32b 100644
--- a/dmagick/c/imageView.d
+++ b/dmagick/c/imageView.d
@@ -47,7 +47,7 @@ extern(C)
void SetImageViewDescription(ImageView*, const(char)*);
- static if ( MagickLibVersion >= 0x655 )
+ static if ( MagickLibVersion >= 0x665 )
{
void SetImageViewThreads(ImageView*, const size_t);
}