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
@ -47,7 +47,6 @@ ScaleLayout::ScaleLayout (Push2& p, Session & s, std::string const & name)
|
|||||||
: Push2Layout (p, s, name)
|
: Push2Layout (p, s, name)
|
||||||
, last_vpot (-1)
|
, last_vpot (-1)
|
||||||
, vpot_delta_cnt (0)
|
, vpot_delta_cnt (0)
|
||||||
, root_button (0)
|
|
||||||
{
|
{
|
||||||
Pango::FontDescription fd ("Sans 10");
|
Pango::FontDescription fd ("Sans 10");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user