aboutsummaryrefslogtreecommitdiffstats
path: root/src/bodyPart.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bodyPart.hpp')
-rw-r--r--src/bodyPart.hpp2
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;