diff options
author | Vincent Richard <[email protected]> | 2005-11-04 23:21:22 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-11-04 23:21:22 +0000 |
commit | acfa9ffc64f56de42049bf5049810c15477729ed (patch) | |
tree | 3bb84a7319fb209c00f656927c83965f03bd5329 /src/word.cpp | |
parent | Fixed typo for 'ac_cv_sizeof_long'. (diff) | |
download | vmime-acfa9ffc64f56de42049bf5049810c15477729ed.tar.gz vmime-acfa9ffc64f56de42049bf5049810c15477729ed.zip |
Refactored header field values and parameters.
Diffstat (limited to 'src/word.cpp')
-rw-r--r-- | src/word.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/word.cpp b/src/word.cpp index f4fc89d2..ccb5d554 100644 --- a/src/word.cpp +++ b/src/word.cpp @@ -44,7 +44,7 @@ word::word() word::word(const word& w) - : component(), m_buffer(w.m_buffer), m_charset(w.m_charset) + : headerFieldValue(), m_buffer(w.m_buffer), m_charset(w.m_charset) { } |