aboutsummaryrefslogtreecommitdiffstats
path: root/src/headerField.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/headerField.cpp')
-rw-r--r--src/headerField.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/headerField.cpp b/src/headerField.cpp
index 791b6891..0efcd0a3 100644
--- a/src/headerField.cpp
+++ b/src/headerField.cpp
@@ -97,4 +97,14 @@ const bool headerField::isCustom() const
}
+const std::vector <const component*> headerField::getChildComponents() const
+{
+ std::vector <const component*> list;
+
+ list.push_back(&getValue());
+
+ return (list);
+}
+
+
} // vmime