Files
ardour/libs
Robin Gareus 4a180e68ba Special case const std::string& Lua binding.
since 6dc3bdf, a const string reference would leave scope with Lua code
     fn("text")
calling a C++
     fn (const std::string&)
before the C++ function is called.
2017-03-22 16:59:02 +01:00
..
2017-03-21 15:53:29 +01:00
2017-02-28 21:33:13 +01:00
2017-03-21 15:53:29 +01:00
2016-10-27 15:57:47 +02:00
2016-12-03 15:18:21 -05:00
2017-02-18 16:22:34 +01:00