fix thinko-bug in string specialization of Property<T>

git-svn-id: svn://localhost/ardour2/branches/3.0@7731 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2010-09-02 16:59:27 +00:00
parent 6f61058723
commit 6f73d71780

View File

@@ -291,7 +291,7 @@ public:
private:
std::string to_string (std::string const& v) const {
return _current;
return v;
}
std::string from_string (std::string const& s) const {