Skip to content

Commit

Permalink
tgroup: add a clear() function
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Feb 26, 2016
1 parent 90ae115 commit 82b089e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/gui/widgets/group.hpp
Expand Up @@ -59,6 +59,14 @@ class tgroup
}
#endif

/**
* Clears the entire group of members.
*/
void clear()
{
members_.clear();
}

/**
* Group member getters
*/
Expand Down

0 comments on commit 82b089e

Please sign in to comment.