diff options
| -rw-r--r-- | difference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/difference.cpp b/difference.cpp index 896ded3..9fd3320 100644 --- a/difference.cpp +++ b/difference.cpp | |||
| @@ -281,7 +281,7 @@ Magick::Image difference::getImageAtUrl(std::string url) const | |||
| 281 | try | 281 | try |
| 282 | { | 282 | { |
| 283 | imghandle.perform(); | 283 | imghandle.perform(); |
| 284 | } catch (curl::curl_easy_exception error) { | 284 | } catch (const curl::curl_easy_exception& error) { |
| 285 | error.print_traceback(); | 285 | error.print_traceback(); |
| 286 | 286 | ||
| 287 | throw could_not_get_images(); | 287 | throw could_not_get_images(); |
