diff Framework/Deprecated/Widgets/LayoutWidget.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/Widgets/LayoutWidget.h	Sun Feb 23 15:32:24 2020 +0100
+++ b/Framework/Deprecated/Widgets/LayoutWidget.h	Mon Mar 02 17:21:24 2020 +0100
@@ -38,7 +38,7 @@
     bool                          isHorizontal_;
     unsigned int                  width_;
     unsigned int                  height_;
-    std::auto_ptr<IMouseTracker>  mouseTracker_;
+    std::unique_ptr<IMouseTracker>  mouseTracker_;
     unsigned int                  paddingLeft_;
     unsigned int                  paddingTop_;
     unsigned int                  paddingRight_;