summary refs log tree commit diff stats
path: root/capital.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'capital.cpp')
-rw-r--r--capital.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/capital.cpp b/capital.cpp index 1e23ba4..3488c1d 100644 --- a/capital.cpp +++ b/capital.cpp
@@ -190,7 +190,7 @@ Magick::Image capital::getImageForNoun(verbly::word pictured) const
190 try 190 try
191 { 191 {
192 imghandle.perform(); 192 imghandle.perform();
193 } catch (curl::curl_easy_exception error) { 193 } catch (const curl::curl_easy_exception& error) {
194 error.print_traceback(); 194 error.print_traceback();
195 195
196 continue; 196 continue;