[bugui] yet another update

This commit is contained in:
thibaud keller 2024-11-20 00:13:57 +00:00
parent f1b8460aaa
commit 042af16449
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 88bdfb1cc4446645f8a907ae86f0ec346447792f Subproject commit 4fab257dec90c47aa6d10adf9f7c236e1107d3f8

View file

@ -9,7 +9,7 @@ namespace Hardware
{ {
Controller::Controller(const score::DocumentContext& doc) Controller::Controller(const score::DocumentContext& doc)
: bugui::controller{[&doc, this] : bugui::controller{[&doc, this]
(bugui::commands com, const bool& shift) (bugui::commands com, bool shift)
{ {
switch (com) switch (com)
{ {