diff options
Diffstat (limited to 'src/messageId.cpp')
-rw-r--r-- | src/messageId.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/messageId.cpp b/src/messageId.cpp index 42ac7cb6..35ab76b6 100644 --- a/src/messageId.cpp +++ b/src/messageId.cpp @@ -227,4 +227,10 @@ void messageId::setRight(const string& right) } +const std::vector <const component*> messageId::getChildComponents() const +{ + return std::vector <const component*>(); +} + + } // vmime |