diff options
Diffstat (limited to 'dmagick/c/imageView.d')
| -rw-r--r-- | dmagick/c/imageView.d | 2 |
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); } |
