diff OrthancServer/DicomInstanceToStore.h @ 1303:bba8a47922d1

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Feb 2015 16:47:24 +0100
parents 6e7e5ed91c2d
children 904096e7367e
line wrap: on
line diff
--- a/OrthancServer/DicomInstanceToStore.h	Tue Feb 10 16:33:57 2015 +0100
+++ b/OrthancServer/DicomInstanceToStore.h	Tue Feb 10 16:47:24 2015 +0100
@@ -60,7 +60,7 @@
       }
 
     public:
-      SmartContainer() : content_(NULL), toDelete_(false)
+      SmartContainer() : content_(NULL), toDelete_(false), isReadOnly_(true)
       {
       }