diff OrthancServer/OrthancRestApi/OrthancRestChanges.cpp @ 2836:7133ad478eea

fix Debian warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Sep 2018 16:17:46 +0200
parents 878b59270859
children ae20fccdd867
line wrap: on
line diff
--- a/OrthancServer/OrthancRestApi/OrthancRestChanges.cpp	Thu Sep 20 11:27:48 2018 +0200
+++ b/OrthancServer/OrthancRestApi/OrthancRestChanges.cpp	Thu Sep 20 16:17:46 2018 +0200
@@ -60,7 +60,7 @@
       since = boost::lexical_cast<int64_t>(call.GetArgument("since", "0"));
       limit = boost::lexical_cast<unsigned int>(call.GetArgument("limit", "0"));
     }
-    catch (boost::bad_lexical_cast)
+    catch (boost::bad_lexical_cast&)
     {
       return;
     }