diff options
Diffstat (limited to 'src/mailboxGroup.hpp')
-rw-r--r-- | src/mailboxGroup.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailboxGroup.hpp b/src/mailboxGroup.hpp index 3cf1266c..d0d7fd93 100644 --- a/src/mailboxGroup.hpp +++ b/src/mailboxGroup.hpp @@ -48,6 +48,8 @@ public: mailboxGroup* clone() const; mailboxGroup& operator=(const component& other); + const std::vector <const component*> getChildComponents() const; + /** Return the name of the group. * * @return group name |