proper C++ comment
authorRobin Gareus <robin@gareus.org>
Sat, 26 Mar 2016 21:15:03 +0000 (22:15 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 26 Mar 2016 21:15:03 +0000 (22:15 +0100)
libs/ardour/luabindings.cc

index 75dacad86fa3c348b1cdeccaf867867c7ad54ba7..a52fb26b4e5e263e2bac81fcb8881fec6bdef29b 100644 (file)
@@ -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)