summaryrefslogtreecommitdiff
path: root/src/context/cdo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdo.h')
-rw-r--r--src/context/cdo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdo.h b/src/context/cdo.h
index e2fdcf9bd..21465181c 100644
--- a/src/context/cdo.h
+++ b/src/context/cdo.h
@@ -140,7 +140,7 @@ public:
/**
* Destructor - call destroy() method
*/
- ~CDO() throw(AssertionException) { destroy(); }
+ ~CDO() { destroy(); }
/**
* Set the data in the CDO. First call makeCurrent.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback