diff Applications/Samples/SingleFrameApplication.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/Applications/Samples/SingleFrameApplication.h	Sun Feb 23 15:32:24 2020 +0100
+++ b/Applications/Samples/SingleFrameApplication.h	Mon Mar 02 17:21:24 2020 +0100
@@ -193,7 +193,7 @@
       }
 
       boost::shared_ptr<Deprecated::SliceViewerWidget>  widget_;
-      std::auto_ptr<Interactor>         mainWidgetInteractor_;
+      std::unique_ptr<Interactor>         mainWidgetInteractor_;
       boost::shared_ptr<Deprecated::DicomSeriesVolumeSlicer> source_;
       unsigned int                      slice_;