changeset 533:09b836088f63

eclipse warning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Sep 2013 15:54:24 +0200
parents 4acc6f1ca233
children c0a841f282a9
files UnitTests/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/UnitTests/main.cpp	Wed Sep 11 08:54:06 2013 +0200
+++ b/UnitTests/main.cpp	Thu Sep 12 15:54:24 2013 +0200
@@ -445,7 +445,7 @@
     q.Enqueue(new DynamicInteger(20));  
     throw OrthancException("Nope");
   }
-  catch (OrthancException)
+  catch (OrthancException&)
   {
   }
 }