From 2949fb51f13e1236d5c161f02e1c2c8541100e9f Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 21 Oct 2004 15:05:47 +0000 Subject: Refactoring (see ChangeLog). --- src/component.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/component.cpp') diff --git a/src/component.cpp b/src/component.cpp index b8c65cd1..b387b9c5 100644 --- a/src/component.cpp +++ b/src/component.cpp @@ -18,6 +18,7 @@ // #include "component.hpp" +#include "base.hpp" #include @@ -26,6 +27,11 @@ namespace vmime { +component::~component() +{ +} + + void component::parse(const string& buffer) { parse(buffer, 0, buffer.length(), NULL); -- cgit v1.2.3