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 6c30a70f4..aca48d264 100644
--- a/src/context/cdo.h
+++ b/src/context/cdo.h
@@ -63,7 +63,7 @@ class CDO : public ContextObj {
/**
* operator= for CDO is private to ensure CDO object is not copied.
*/
- CDO<T>& operator=(const CDO<T>& cdo) {}
+ CDO<T>& operator=(const CDO<T>& cdo);
public:
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback