mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix shared_ptr initialization
error: no matching function for call to 'boost::shared_ptr<ArdourSurface::Push2::Button>::shared_ptr(int)'
This commit is contained in:
parent
6e419a961e
commit
ed678aa2f9
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ ScaleLayout::ScaleLayout (Push2& p, Session & s, std::string const & name)
|
|||
: Push2Layout (p, s, name)
|
||||
, last_vpot (-1)
|
||||
, vpot_delta_cnt (0)
|
||||
, root_button (0)
|
||||
{
|
||||
Pango::FontDescription fd ("Sans 10");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue