GUI2/Group: marked get_active_member_value const
This commit is contained in:
parent
159998b80c
commit
2f85001897
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue