diff Framework/Fonts/Glyph.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 2d8ab34c8c91
children 30deba7bc8e2
line wrap: on
line diff
--- a/Framework/Fonts/Glyph.h	Sun Feb 23 15:32:24 2020 +0100
+++ b/Framework/Fonts/Glyph.h	Mon Mar 02 17:21:24 2020 +0100
@@ -21,6 +21,7 @@
 
 #pragma once
 
+#include <Core/Compatibility.h>
 #include <Core/IDynamicObject.h>
 
 #include <memory>
@@ -38,7 +39,7 @@
     int            advanceX_;
     unsigned int   lineHeight_;
       
-    std::auto_ptr<Orthanc::IDynamicObject>  payload_;
+    std::unique_ptr<Orthanc::IDynamicObject>  payload_;
 
   public:
     // WARNING: This does not copy the payload