summaryrefslogtreecommitdiff
path: root/src/context/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/context.h')
-rw-r--r--src/context/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/context.h b/src/context/context.h
index 02d82a6d3..9c631b202 100644
--- a/src/context/context.h
+++ b/src/context/context.h
@@ -613,7 +613,7 @@ public:
/**
* Destructor does nothing: subclass must explicitly call destroy() instead.
*/
- virtual ~ContextObj() {}
+ virtual ~ContextObj() throw(AssertionException) {}
/**
* If you want to allocate a ContextObj object on the heap, use this
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback