summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/properties.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-30 22:33:56 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-30 22:33:56 +0000
commit2221fc139c0cc90b4f529e7d064ae3617c6ffe34 (patch)
treea28fe4d5f46a0c59cfe0577b81c4e1672377f5de /libs/pbd/pbd/properties.h
parent5da31b63a9d047acb80a61ac6ac7eed67edba799 (diff)
Missing return.
git-svn-id: svn://localhost/ardour2/branches/3.0@7718 d708f5d6-7413-0410-9779-e7cbd77b26cf
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) {