Use string concatenation and PBD::to_string in EventTypeMap::to_symbol()
authorTim Mayberry <mojofunk@gmail.com>
Fri, 26 May 2017 00:50:08 +0000 (10:50 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Fri, 26 May 2017 00:50:08 +0000 (10:50 +1000)
commit1ef690da1939a0cb643f33ddd6a329547a106e39
treef813f1a63d883989ac5fd8b57f316be3ade5ba4f
parent1f094027c588105d31ce0b559293bf21dbb8e185
Use string concatenation and PBD::to_string in EventTypeMap::to_symbol()

Avoid using PBD::string_compose for serialization as correct behaviour depends
on the setting of the global C++ locale.
libs/ardour/event_type_map.cc