summaryrefslogtreecommitdiff
path: root/XMPFiles
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2017-01-11 11:42:49 -0500
committerHubert Figuière <hub@figuiere.net>2017-01-11 11:42:49 -0500
commitff2c8f759ec601b169576696eb1e39c4b536b2b9 (patch)
treeb4b5c074340992eba4781c25aad185188deb0596 /XMPFiles
parent760e0afb3775914b84891b80c410196c45634b05 (diff)
Adobe SDK: mark ~ChunkController noexcept(false)
Diffstat (limited to 'XMPFiles')
-rw-r--r--XMPFiles/source/FormatSupport/IFF/ChunkController.cpp2
-rw-r--r--XMPFiles/source/FormatSupport/IFF/ChunkController.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp b/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
index 701970e..32aa62e 100644
--- a/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
+++ b/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
@@ -48,7 +48,7 @@ ChunkController::ChunkController( IChunkBehavior* chunkBehavior, XMP_Bool bigEnd
mChunkBehavior->setMovablePaths( &mChunkPaths );
}
-ChunkController::~ChunkController()
+ChunkController::~ChunkController() noexcept(false)
{
XMP_Validate( mRoot != NULL, "ERROR inserting Chunk. mRoot is NULL.", kXMPErr_InternalFailure );
XMP_Assert(dynamic_cast<Chunk*>(mRoot) == static_cast<Chunk*>(mRoot));
diff --git a/XMPFiles/source/FormatSupport/IFF/ChunkController.h b/XMPFiles/source/FormatSupport/IFF/ChunkController.h
index 52dea42..bc53169 100644
--- a/XMPFiles/source/FormatSupport/IFF/ChunkController.h
+++ b/XMPFiles/source/FormatSupport/IFF/ChunkController.h
@@ -51,7 +51,7 @@ class ChunkController
*/
ChunkController( IChunkBehavior* chunkBehavior, XMP_Bool bigEndian );
- ~ChunkController();
+ ~ChunkController() noexcept(false);
/**
* Adds the given path to the array of "Chunk's of interest",