diff --git a/lib/base/dynamicobject.h b/lib/base/dynamicobject.h index c15dd07ad..a9031cbfe 100644 --- a/lib/base/dynamicobject.h +++ b/lib/base/dynamicobject.h @@ -91,6 +91,7 @@ public: Attribute& operator=(const T& rhs) { Set(rhs); + return *this; } T Get(void) const