mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
amend prev commit
This commit is contained in:
parent
de85f0ad4b
commit
d7a95b5b50
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ boost::shared_ptr<Processor>
|
|||
ARDOUR::LuaAPI::new_luaproc (Session *s, const string& name)
|
||||
{
|
||||
if (!s) {
|
||||
return boost::shared_ptr<Processor> (0);
|
||||
return boost::shared_ptr<Processor> ();
|
||||
}
|
||||
|
||||
LuaScriptInfoPtr spi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue