diff options
Diffstat (limited to 'src/charset.cpp')
-rw-r--r-- | src/charset.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/charset.cpp b/src/charset.cpp index 5a06722c..793ea1f7 100644 --- a/src/charset.cpp +++ b/src/charset.cpp @@ -274,4 +274,10 @@ void charset::copyFrom(const component& other) } +const std::vector <const component*> charset::getChildComponents() const +{ + return std::vector <const component*>(); +} + + } // vmime |