summaryrefslogtreecommitdiff
path: root/src/context/cdmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdmap.h')
-rw-r--r--src/context/cdmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context/cdmap.h b/src/context/cdmap.h
index c218d05f3..d9cc5b1a3 100644
--- a/src/context/cdmap.h
+++ b/src/context/cdmap.h
@@ -247,9 +247,9 @@ public:
return get();
}
- CDOmap& operator=(const Data& data) {
+ const Data& operator=(const Data& data) {
set(data);
- return *this;
+ return data;
}
CDOmap* next() const {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback