13
0

Missing return.

git-svn-id: svn://localhost/ardour2/branches/3.0@7718 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-08-30 22:33:56 +00:00
parent 5da31b63a9
commit 2221fc139c

View File

@ -69,6 +69,7 @@ public:
*/
PropertyTemplate<T> & operator= (PropertyTemplate<T> const & p) {
set (p._current);
return *this;
}
T & operator+=(T const& v) {