Skip to content

Commit

Permalink
contained-in
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Oct 5, 2023
1 parent 3e1fe38 commit 8afff0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend-device-factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ bool platform::platform_device_info::is_alive() const
return false;
// If our device-group is entirely contained inside the all-devices-group from the watcher, we're still alive...
auto all_devices = watcher->get_devices();
return group_contained_in( get_group(), all_devices );
return get_group().contained_in( all_devices );
}


Expand Down

0 comments on commit 8afff0f

Please sign in to comment.