commit | 1f1d6370d4746360c108451a451f41e001f465f0 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Tue Oct 19 01:08:11 2010 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Tue Oct 19 01:08:11 2010 +0000 |
tree | bacd31f6c7a188a2477fa1ed3262ac4d4660d886 | |
parent | 2040ecba8b8ee122351f6a09c88855d7202edae4 [diff] [blame] |
diff --git a/Magick++/lib/Pixels.cpp b/Magick++/lib/Pixels.cpp index f91ce6e..1b15e3b 100644 --- a/Magick++/lib/Pixels.cpp +++ b/Magick++/lib/Pixels.cpp
@@ -60,7 +60,7 @@ PixelPacket* pixels = GetCacheViewAuthenticPixels( _view, x_, y_, columns_, rows_, &_exception); if ( !pixels ) - throwException( *GetCacheViewException(_view) ); + throwException( _exception ); return pixels; }