diff Framework/Deprecated/Loaders/DicomStructureSetLoader.h @ 1299:c38c89684d83 broker

replacing std::auto_ptr by std::unique_ptr
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Mar 2020 17:21:24 +0100
parents 7ec8fea061b9
children 257f2c9a02ac
line wrap: on
line diff
--- a/Framework/Deprecated/Loaders/DicomStructureSetLoader.h	Sun Feb 23 15:32:24 2020 +0100
+++ b/Framework/Deprecated/Loaders/DicomStructureSetLoader.h	Mon Mar 02 17:21:24 2020 +0100
@@ -42,7 +42,7 @@
     class LookupInstance;          // 2nd state
     class LoadStructure;           // 1st state
     
-    std::auto_ptr<OrthancStone::DicomStructureSet>  content_;
+    std::unique_ptr<OrthancStone::DicomStructureSet>  content_;
     uint64_t                          revision_;
     std::string                       instanceId_;
     unsigned int                      countProcessedInstances_;