diff options
Diffstat (limited to 'src/bodyPart.hpp')
-rw-r--r-- | src/bodyPart.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bodyPart.hpp b/src/bodyPart.hpp index bf52b248..222b8db9 100644 --- a/src/bodyPart.hpp +++ b/src/bodyPart.hpp @@ -77,6 +77,8 @@ public: void copyFrom(const component& other); bodyPart& operator=(const bodyPart& other); + const std::vector <const component*> getChildComponents() const; + private: header m_header; |