diff options
author | suhail95 <suhailkhan408.sk@gmail.com> | 2023-12-21 17:04:03 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 17:04:03 +0530 |
commit | 5f6fe44f19842ae43dedc3da3fd5d5dafb29e501 (patch) | |
tree | 91185dc41ca6a319985bf82bf7ccc7afdcbe7458 /XMPFiles/source/FormatSupport/XMPScanner.hpp | |
parent | e0955b272ab6035b2921fa2c649aca5ecfe5ab81 (diff) |
Integration for December 2023 release (#85)
Diffstat (limited to 'XMPFiles/source/FormatSupport/XMPScanner.hpp')
-rw-r--r-- | XMPFiles/source/FormatSupport/XMPScanner.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<PacketMachine> fMachine; // The state machine for "active" snips. + std::unique_ptr<PacketMachine> fMachine; // The state machine for "active" snips. InternalSnip ( XMP_Int64 offset, XMP_Int64 length ); InternalSnip ( const InternalSnip & ); |