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:
Robin Gareus 2018-09-03 13:38:37 +02:00
parent 6e419a961e
commit ed678aa2f9

View File

@ -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");