aboutsummaryrefslogtreecommitdiffstats
path: root/src/mediaType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mediaType.cpp')
-rw-r--r--src/mediaType.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mediaType.cpp b/src/mediaType.cpp
index c16c316f..0bf74c95 100644
--- a/src/mediaType.cpp
+++ b/src/mediaType.cpp
@@ -169,4 +169,10 @@ void mediaType::setFromString(const string& type)
}
+const std::vector <const component*> mediaType::getChildComponents() const
+{
+ return std::vector <const component*>();
+}
+
+
} // vmime