mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
proper C++ comment
This commit is contained in:
parent
c8db4fcfc6
commit
28868363fa
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ LuaBindings::common (lua_State* L)
|
|||
.addFunction ("no_inplace", &PluginInsert::no_inplace)
|
||||
.addFunction ("input_map", &PluginInsert::input_map)
|
||||
.addFunction ("output_map", &PluginInsert::output_map)
|
||||
#ifndef NDEBUG -- this is not safe, prototyping only
|
||||
#ifndef NDEBUG // this is not safe, prototyping only
|
||||
.addFunction ("set_no_inplace", &PluginInsert::set_no_inplace)
|
||||
.addFunction ("set_input_map", &PluginInsert::set_input_map)
|
||||
.addFunction ("set_output_map", &PluginInsert::set_output_map)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue