From 5f6fe44f19842ae43dedc3da3fd5d5dafb29e501 Mon Sep 17 00:00:00 2001 From: suhail95 Date: Thu, 21 Dec 2023 17:04:03 +0530 Subject: Integration for December 2023 release (#85) --- XMPFiles/source/FormatSupport/XMPScanner.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMPFiles/source/FormatSupport/XMPScanner.hpp') diff --git a/XMPFiles/source/FormatSupport/XMPScanner.hpp b/XMPFiles/source/FormatSupport/XMPScanner.hpp index aaeacc1..c9753c0 100644 --- a/XMPFiles/source/FormatSupport/XMPScanner.hpp +++ b/XMPFiles/source/FormatSupport/XMPScanner.hpp @@ -156,7 +156,7 @@ private: // XMPScanner public: SnipInfo fInfo; // The public info about this snip. - std::auto_ptr fMachine; // The state machine for "active" snips. + std::unique_ptr fMachine; // The state machine for "active" snips. InternalSnip ( XMP_Int64 offset, XMP_Int64 length ); InternalSnip ( const InternalSnip & ); -- cgit v1.2.3