Files
ardour/libs/lua
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
..
2016-07-18 12:28:36 +02:00
2016-07-18 12:28:36 +02:00
2016-08-26 01:18:48 +02:00
2016-02-22 22:06:47 +01:00