From ed678aa2f9e62555cec43cec3a181525aa1f2dd4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 3 Sep 2018 13:38:37 +0200 Subject: Fix shared_ptr initialization error: no matching function for call to 'boost::shared_ptr::shared_ptr(int)' --- libs/surfaces/push2/scale.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/surfaces/push2/scale.cc') diff --git a/libs/surfaces/push2/scale.cc b/libs/surfaces/push2/scale.cc index 7cc2d423f9..be7111282f 100644 --- a/libs/surfaces/push2/scale.cc +++ b/libs/surfaces/push2/scale.cc @@ -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"); -- cgit v1.2.3