diff options
Diffstat (limited to 'src/parameter.hpp')
-rw-r--r-- | src/parameter.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parameter.hpp b/src/parameter.hpp index 6c08722e..8e718a26 100644 --- a/src/parameter.hpp +++ b/src/parameter.hpp @@ -39,6 +39,8 @@ public: void copyFrom(const component& other); parameter& operator=(const parameter& other); + const std::vector <const component*> getChildComponents() const; + /** Return the name of the parameter. * * @return name of the parameter |