13
0

namespace change to help out on non-linux platforms

This commit is contained in:
Paul Davis 2018-09-18 21:35:33 -04:00
parent a183b3bff4
commit 84930c0cf1

View File

@ -97,7 +97,7 @@ std::string
Engine_TransportMaster::position_string () const
{
if (_session) {
return to_string (_session->audible_sample());
return PBD::to_string (_session->audible_sample());
}
return std::string();