diff Framework/Scene2D/OpenGLCompositor.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 28c64c246312
line wrap: on
line diff
--- a/Framework/Scene2D/OpenGLCompositor.h	Sun Feb 23 15:32:24 2020 +0100
+++ b/Framework/Scene2D/OpenGLCompositor.h	Mon Mar 02 17:21:24 2020 +0100
@@ -39,7 +39,7 @@
 
     OpenGL::IOpenGLContext&                     context_;
     Fonts                                       fonts_;
-    std::auto_ptr<Internals::CompositorHelper>  helper_;
+    std::unique_ptr<Internals::CompositorHelper>  helper_;
     Internals::OpenGLColorTextureProgram        colorTextureProgram_;
     Internals::OpenGLFloatTextureProgram        floatTextureProgram_;
     Internals::OpenGLLinesProgram               linesProgram_;