aboutsummaryrefslogtreecommitdiffstats
path: root/src/relay.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-11-04 23:21:22 +0000
committerVincent Richard <[email protected]>2005-11-04 23:21:22 +0000
commitacfa9ffc64f56de42049bf5049810c15477729ed (patch)
tree3bb84a7319fb209c00f656927c83965f03bd5329 /src/relay.cpp
parentFixed typo for 'ac_cv_sizeof_long'. (diff)
downloadvmime-acfa9ffc64f56de42049bf5049810c15477729ed.tar.gz
vmime-acfa9ffc64f56de42049bf5049810c15477729ed.zip
Refactored header field values and parameters.
Diffstat (limited to 'src/relay.cpp')
-rw-r--r--src/relay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relay.cpp b/src/relay.cpp
index cddd231b..88a9097e 100644
--- a/src/relay.cpp
+++ b/src/relay.cpp
@@ -38,7 +38,7 @@ relay::relay()
relay::relay(const relay& r)
- : component()
+ : headerFieldValue()
{
copyFrom(r);
}