diff options
Diffstat (limited to 'src/text.hpp')
-rw-r--r-- | src/text.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/text.hpp b/src/text.hpp index e7971f01..8af0c78d 100644 --- a/src/text.hpp +++ b/src/text.hpp @@ -53,6 +53,8 @@ public: text& operator=(const component& other); text& operator=(const text& other); + const std::vector <const component*> getChildComponents() const; + /** Add a word at the end of the list. * * @param w word to append |