push2: tweak layout APIs etc.
[ardour.git] / libs / surfaces / push2 / scale.cc
index 659d800e5de4616f95e9252d6e78b417101160ad..005efca3c1834411d843d202ed79d2ce54cef0f8 100644 (file)
@@ -38,8 +38,8 @@ using namespace ArdourCanvas;
 
 static double unselected_root_alpha = 0.5;
 
-ScaleLayout::ScaleLayout (Push2& p, Session& s)
-       : Push2Layout (p, s)
+ScaleLayout::ScaleLayout (Push2& p, Session & s, std::string const & name)
+       : Push2Layout (p, s, name)
        , last_vpot (-1)
        , vpot_delta_cnt (0)
        , root_button (0)