diff options
Diffstat (limited to 'src/mediaType.hpp')
-rw-r--r-- | src/mediaType.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mediaType.hpp b/src/mediaType.hpp index a5bf1a09..7f88c965 100644 --- a/src/mediaType.hpp +++ b/src/mediaType.hpp @@ -51,6 +51,8 @@ public: void copyFrom(const component& other); mediaType& operator=(const mediaType& other); + const std::vector <const component*> getChildComponents() const; + /** Return the media type. * See the constants in vmime::mediaTypes. * |