summary refs log tree commit diff stats
path: root/advice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'advice.cpp')
-rw-r--r--advice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/advice.cpp b/advice.cpp index dd94d84..ab16571 100644 --- a/advice.cpp +++ b/advice.cpp
@@ -162,7 +162,7 @@ void advice::run() const
162 try 162 try
163 { 163 {
164 imghandle.perform(); 164 imghandle.perform();
165 } catch (curl::curl_easy_exception error) { 165 } catch (const curl::curl_easy_exception& error) {
166 error.print_traceback(); 166 error.print_traceback();
167 167
168 continue; 168 continue;