diff OrthancServer/ServerContext.cpp @ 656:08eca5d86aad

fixes to cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 04 Nov 2013 11:19:31 +0100
parents 63f707278fc8
children 2d0a347e8cfc
line wrap: on
line diff
--- a/OrthancServer/ServerContext.cpp	Wed Oct 30 11:56:28 2013 +0100
+++ b/OrthancServer/ServerContext.cpp	Mon Nov 04 11:19:31 2013 +0100
@@ -61,6 +61,7 @@
     storage_(storagePath.string()),
     index_(*this, indexPath.string()),
     accessor_(storage_),
+    compressionEnabled_(false),
     provider_(*this),
     dicomCache_(provider_, DICOM_CACHE_SIZE)
   {