diff UnitTests/main.cpp @ 533:09b836088f63

eclipse warning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Sep 2013 15:54:24 +0200
parents 8c3573d28868
children e0cfb413c86b b82292ba2083
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&)
   {
   }
 }