aboutsummaryrefslogtreecommitdiffstats
path: root/src/body.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/body.hpp')
-rw-r--r--src/body.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/body.hpp b/src/body.hpp
index b12ebcc7..9008fea9 100644
--- a/src/body.hpp
+++ b/src/body.hpp
@@ -231,6 +231,8 @@ public:
void copyFrom(const component& other);
body& operator=(const body& other);
+ const std::vector <const component*> getChildComponents() const;
+
private:
string m_prologText;