aboutsummaryrefslogtreecommitdiffstats
path: root/src/typeAdapter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/typeAdapter.hpp')
-rw-r--r--src/typeAdapter.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/typeAdapter.hpp b/src/typeAdapter.hpp
index 7ae04a6b..cd82816c 100644
--- a/src/typeAdapter.hpp
+++ b/src/typeAdapter.hpp
@@ -30,6 +30,9 @@ namespace vmime
{
+/** An adapter to allow any type being treated as a 'component'.
+ */
+
template <class TYPE>
class typeAdapter : public component
{