locallab: use std::move

This commit is contained in:
heckflosse 2019-05-16 13:43:05 +02:00
parent ad6a7abc55
commit a542daed7f

View File

@ -1035,7 +1035,7 @@ Locallab::Locallab():
ss += Glib::ustring::compose(" (%1)", M("TP_DIRPYREQUALIZER_LUMACOARSEST"));
}
multiplier[i] = Gtk::manage(new Adjuster(ss, 0.0, 4.0, 0.01, 1.0));
multiplier[i] = Gtk::manage(new Adjuster(std::move(ss), 0.0, 4.0, 0.01, 1.0));
multiplier[i]->setAdjusterListener(this);
}