diff Framework/Viewport/WebGLViewportsRegistry.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 0ca50d275b9a
children ab81ee8fce1f
line wrap: on
line diff
--- a/Framework/Viewport/WebGLViewportsRegistry.h	Sun Feb 23 15:32:24 2020 +0100
+++ b/Framework/Viewport/WebGLViewportsRegistry.h	Mon Mar 02 17:21:24 2020 +0100
@@ -65,7 +65,7 @@
     {
     private:
       WebGLViewportsRegistry&          that_;
-      std::auto_ptr<IViewport::ILock>  lock_;
+      std::unique_ptr<IViewport::ILock>  lock_;
 
     public:
       Accessor(WebGLViewportsRegistry& that,