mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
space matters
This commit is contained in:
parent
e3690cf653
commit
29cc1f06b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1527,7 +1527,7 @@ LuaBindings::common (lua_State* L)
|
|||
.endClass ()
|
||||
|
||||
// RegionFactory::RegionMap
|
||||
.beginStdMap <PBD::ID,boost::shared_ptr<Region>> ("RegionMap")
|
||||
.beginStdMap <PBD::ID,boost::shared_ptr<Region> > ("RegionMap")
|
||||
.endClass ()
|
||||
|
||||
// typedef std::list<boost::shared_ptr<Processor> > ProcessorList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue