GUI2/Group: marked get_active_member_value const

This commit is contained in:
Charles Dang 2024-07-31 22:55:04 -04:00
parent 159998b80c
commit 2f85001897

View file

@ -93,7 +93,7 @@ public:
/**
* Returns the value paired with the currently actively toggled member of the group.
*/
T get_active_member_value()
T get_active_member_value() const
{
for(auto& member : members_) {
if(member.second->get_value_bool()) {