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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context/cdo.h b/src/context/cdo.h
index aca48d264..f2d6e7b4b 100644
--- a/src/context/cdo.h
+++ b/src/context/cdo.h
@@ -84,9 +84,9 @@ public:
}
/**
- * Destructor - no need to do anything.
+ * Destructor - call destroy() method
*/
- ~CDO() throw() {}
+ ~CDO() throw() { 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