diff options
| -rw-r--r-- | grunge.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/grunge.cpp b/grunge.cpp index af5da13..251be99 100644 --- a/grunge.cpp +++ b/grunge.cpp | |||
| @@ -219,7 +219,7 @@ Magick::Image grunge::getImageForNoun(verbly::word pictured) const | |||
| 219 | try | 219 | try | 
| 220 | { | 220 | { | 
| 221 | imghandle.perform(); | 221 | imghandle.perform(); | 
| 222 | } catch (curl::curl_easy_exception error) { | 222 | } catch (const curl::curl_easy_exception& error) { | 
| 223 | error.print_traceback(); | 223 | error.print_traceback(); | 
| 224 | 224 | ||
| 225 | continue; | 225 | continue; | 
