Skip to content

Commit

Permalink
Remove spurious change
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Oct 13, 2023
1 parent 98d2a27 commit f1f08a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/eglstream-kms/server/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ void mge::Display::configure(DisplayConfiguration const& conf)
{
auto kms_conf = dynamic_cast<KMSDisplayConfiguration const&>(conf);
active_sync_groups.clear();
kms_conf.for_each_output([&](kms::EGLOutput const& output)
kms_conf.for_each_output([this](kms::EGLOutput const& output)
{
if (output.used)
{
Expand Down

0 comments on commit f1f08a8

Please sign in to comment.