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/mailboxList.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/mailboxList.cpp')
-rw-r--r-- | src/mailboxList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailboxList.cpp b/src/mailboxList.cpp index 4ff0b885..6e43059f 100644 --- a/src/mailboxList.cpp +++ b/src/mailboxList.cpp @@ -35,7 +35,7 @@ mailboxList::mailboxList() mailboxList::mailboxList(const mailboxList& mboxList) - : component(), m_list(mboxList.m_list) + : headerFieldValue(), m_list(mboxList.m_list) { } |