diff options
author | Vincent Richard <[email protected]> | 2004-12-15 22:17:03 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2004-12-15 22:17:03 +0000 |
commit | 78b3909d9b3e88589e1b28a362bbc54913bca959 (patch) | |
tree | 853146fc5746adf25d8ed859a3a299537088c4d4 /src/messaging/message.hpp | |
parent | Added parsing bounds on 'component'. (diff) | |
download | vmime-78b3909d9b3e88589e1b28a362bbc54913bca959.tar.gz vmime-78b3909d9b3e88589e1b28a362bbc54913bca959.zip |
Working on 'maildir' implementation.
Diffstat (limited to 'src/messaging/message.hpp')
-rw-r--r-- | src/messaging/message.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messaging/message.hpp b/src/messaging/message.hpp index 825e1021..fb6cfed1 100644 --- a/src/messaging/message.hpp +++ b/src/messaging/message.hpp @@ -120,10 +120,10 @@ protected: structure() { } structure(const structure&) { } - virtual ~structure() { } - public: + virtual ~structure() { } + /** Return the part at the specified position. * * @param x position |