diff options
Diffstat (limited to 'src/text.cpp')
-rw-r--r-- | src/text.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/text.cpp b/src/text.cpp index b2f29966..cfbbea7a 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -840,4 +840,11 @@ void text::decodeAndUnfold(const string::const_iterator& inStart, const string:: } +const std::vector <const component*> text::getChildComponents() const +{ + // TODO: 'word' should inherit from 'component' + return std::vector <const component*>(); +} + + } // vmime |