summaryrefslogtreecommitdiff
path: root/src/context/cdo.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2010-03-13 01:57:01 +0000
committerClark Barrett <barrett@cs.nyu.edu>2010-03-13 01:57:01 +0000
commit7eff5dfa38e016bb759a5daf5b0afef0a057eb47 (patch)
treefefe8fe44695328e580595fa7353049707672b56 /src/context/cdo.h
parentc8e9b1d6422b56476a2efb3fbaf19bce66de4c2b (diff)
Fix for bug 45
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