mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
namespace change to help out on non-linux platforms
This commit is contained in:
parent
a183b3bff4
commit
84930c0cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue