diff options
Diffstat (limited to 'src/addressList.hpp')
-rw-r--r-- | src/addressList.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/addressList.hpp b/src/addressList.hpp index 6048936a..5d7ef18d 100644 --- a/src/addressList.hpp +++ b/src/addressList.hpp @@ -52,6 +52,8 @@ public: addressList& operator=(const addressList& other); addressList& operator=(const mailboxList& other); + const std::vector <const component*> getChildComponents() const; + /** Add a address at the end of the list. * |