diff OrthancServer/DatabaseWrapper.cpp @ 660:f0232774b913

fix warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2013 15:07:58 +0100
parents dbecea588ef5
children 2d0a347e8cfc
line wrap: on
line diff
--- a/OrthancServer/DatabaseWrapper.cpp	Mon Nov 04 14:41:46 2013 +0100
+++ b/OrthancServer/DatabaseWrapper.cpp	Mon Nov 04 15:07:58 2013 +0100
@@ -85,6 +85,11 @@
       ResourceType remainingType_;
 
     public:
+      SignalRemainingAncestor() : 
+        hasRemainingAncestor_(false)
+      {
+      }
+
       void Reset()
       {
         hasRemainingAncestor_ = false;