diff options
Diffstat (limited to 'src/messageId.hpp')
-rw-r--r-- | src/messageId.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/messageId.hpp b/src/messageId.hpp index 85b9fd2f..467b554b 100644 --- a/src/messageId.hpp +++ b/src/messageId.hpp @@ -91,6 +91,8 @@ public: void copyFrom(const component& other); messageId& operator=(const messageId& other); + const std::vector <const component*> getChildComponents() const; + private: string m_left; |