summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FormatSupport/XMPScanner.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFiles/source/FormatSupport/XMPScanner.hpp')
-rw-r--r--XMPFiles/source/FormatSupport/XMPScanner.hpp2
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 & );