summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/properties.h')
-rw-r--r--libs/pbd/pbd/properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/properties.h b/libs/pbd/pbd/properties.h
index 95426ec473..fa8e4cf3eb 100644
--- a/libs/pbd/pbd/properties.h
+++ b/libs/pbd/pbd/properties.h
@@ -69,6 +69,7 @@ public:
*/
PropertyTemplate<T> & operator= (PropertyTemplate<T> const & p) {
set (p._current);
+ return *this;
}
T & operator+=(T const& v) {