diff options
Diffstat (limited to 'src/typeAdapter.hpp')
-rw-r--r-- | src/typeAdapter.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/typeAdapter.hpp b/src/typeAdapter.hpp index 6405b108..7ae04a6b 100644 --- a/src/typeAdapter.hpp +++ b/src/typeAdapter.hpp @@ -107,6 +107,11 @@ public: *newLinePos = curLinePos + oss.str().length(); } + const std::vector <const component*> getChildComponents() const + { + return std::vector <const component*>(); + } + private: TYPE m_value; |