diff UnitTests/main.cpp @ 546:0e510ea3de31 laaw

merge mainline -> laaw
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Sep 2013 11:25:08 +0200
parents 09b836088f63
children e0cfb413c86b b82292ba2083
line wrap: on
line diff
--- a/UnitTests/main.cpp	Fri Sep 13 11:10:58 2013 +0200
+++ b/UnitTests/main.cpp	Fri Sep 13 11:25:08 2013 +0200
@@ -445,7 +445,7 @@
     q.Enqueue(new DynamicInteger(20));  
     throw OrthancException("Nope");
   }
-  catch (OrthancException)
+  catch (OrthancException&)
   {
   }
 }