summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FileHandlers/TIFF_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFiles/source/FileHandlers/TIFF_Handler.cpp')
-rw-r--r--XMPFiles/source/FileHandlers/TIFF_Handler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/XMPFiles/source/FileHandlers/TIFF_Handler.cpp b/XMPFiles/source/FileHandlers/TIFF_Handler.cpp
index 59c360b..1a49ab2 100644
--- a/XMPFiles/source/FileHandlers/TIFF_Handler.cpp
+++ b/XMPFiles/source/FileHandlers/TIFF_Handler.cpp
@@ -291,6 +291,7 @@ void TIFF_MetaHandler::ProcessXMP()
void TIFF_MetaHandler::UpdateFile ( bool doSafeUpdate )
{
+ IgnoreParam(doSafeUpdate);
XMP_Assert ( ! doSafeUpdate ); // This should only be called for "unsafe" updates.
XMP_IO* destRef = this->parent->ioRef;