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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user