diff options
| author | Mike Wey | 2012-12-26 13:52:37 +0100 |
|---|---|---|
| committer | Mike Wey | 2012-12-26 13:52:37 +0100 |
| commit | 2c38f5b3ea75829d3f8cac09eda7ec959f023399 (patch) | |
| tree | 9827e9666410667b24aaae7a58f7552e2d5adf1f /dmagick/ImageView.d | |
| parent | 01c3ab53110d338a8fdae44318103cdd7a4af806 (diff) | |
Some changes for dmd 2.061.
Diffstat (limited to 'dmagick/ImageView.d')
| -rw-r--r-- | dmagick/ImageView.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmagick/ImageView.d b/dmagick/ImageView.d index b390aaa..d464588 100644 --- a/dmagick/ImageView.d +++ b/dmagick/ImageView.d @@ -157,7 +157,7 @@ class ImageView * Support the usage of foreach to loop over the rows in the view. * The foreach is executed in parallel. */ - int opApply(int delegate(ref Pixels) dg) + int opApply(int delegate(Pixels) dg) { shared(int) progress; |
