amend prev commit

This commit is contained in:
Robin Gareus 2016-03-19 00:16:30 +01:00
parent de85f0ad4b
commit d7a95b5b50

View file

@ -37,7 +37,7 @@ boost::shared_ptr<Processor>
ARDOUR::LuaAPI::new_luaproc (Session *s, const string& name) ARDOUR::LuaAPI::new_luaproc (Session *s, const string& name)
{ {
if (!s) { if (!s) {
return boost::shared_ptr<Processor> (0); return boost::shared_ptr<Processor> ();
} }
LuaScriptInfoPtr spi; LuaScriptInfoPtr spi;