diff options
Diffstat (limited to 'src/mailbox.hpp')
-rw-r--r-- | src/mailbox.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailbox.hpp b/src/mailbox.hpp index e3f458e0..0acc2cc8 100644 --- a/src/mailbox.hpp +++ b/src/mailbox.hpp @@ -81,6 +81,8 @@ public: void clear(); + const std::vector <const component*> getChildComponents() const; + const bool isGroup() const; |