Locallab tools code cleanup and format

This commit is contained in:
Pandagrapher
2020-04-23 21:09:29 +02:00
parent de2f66ae76
commit 32f66da534
3 changed files with 12 additions and 29 deletions

View File

@@ -3167,7 +3167,7 @@ LocallabShadow::LocallabShadow():
// Shadow highlight specific widgets
shMethod(Gtk::manage(new MyComboBoxText())),
multipliersh([this]() -> std::array<Adjuster *, 5>
multipliersh([]() -> std::array<Adjuster *, 5>
{
std::array<Adjuster*, 5> res = {};