From f027f1681bffb56442f5048fe830cdd44f3ccd9e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 26 Feb 2013 10:57:44 +0100 Subject: [PATCH] Windows build fix. --- lib/base/dynamicobject.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0