diff options
Diffstat (limited to 'cpp/include')
| -rw-r--r-- | cpp/include/qmf/engine/ObjectId.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/qmf/engine/ObjectId.h b/cpp/include/qmf/engine/ObjectId.h index 2055972c00..51eb2bc9e7 100644 --- a/cpp/include/qmf/engine/ObjectId.h +++ b/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; |
