aboutsummaryrefslogtreecommitdiffstats
path: root/src/parameter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parameter.cpp')
-rw-r--r--src/parameter.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/parameter.cpp b/src/parameter.cpp
index 9feff1cc..a47a5a1a 100644
--- a/src/parameter.cpp
+++ b/src/parameter.cpp
@@ -149,4 +149,14 @@ void parameter::generateValue(utility::outputStream& os, const string::size_type
}
+const std::vector <const component*> parameter::getChildComponents() const
+{
+ std::vector <const component*> list;
+
+ list.push_back(&getValue());
+
+ return (list);
+}
+
+
} // vmime