summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qmf/engine/ObjectId.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/include/qmf/engine/ObjectId.h b/qpid/cpp/include/qmf/engine/ObjectId.h
index 2055972c00..51eb2bc9e7 100644
--- a/qpid/cpp/include/qmf/engine/ObjectId.h
+++ b/qpid/cpp/include/qmf/engine/ObjectId.h
@@ -49,6 +49,7 @@ namespace engine {
bool operator>(const ObjectId& other) const;
bool operator<=(const ObjectId& other) const;
bool operator>=(const ObjectId& other) const;
+ ObjectId& operator=(const ObjectId &other);
private:
friend struct ObjectIdImpl;