summaryrefslogtreecommitdiff
path: root/src/context/cdtrail_hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdtrail_hashmap.h')
-rw-r--r--src/context/cdtrail_hashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdtrail_hashmap.h b/src/context/cdtrail_hashmap.h
index e89c1b528..90816d542 100644
--- a/src/context/cdtrail_hashmap.h
+++ b/src/context/cdtrail_hashmap.h
@@ -452,7 +452,7 @@ public:
/**
* Destructor: delete the map
*/
- ~CDTrailHashMap() throw(AssertionException) {
+ ~CDTrailHashMap() {
this->destroy();
delete d_trailMap;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback