aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding.cpp')
-rw-r--r--src/encoding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encoding.cpp b/src/encoding.cpp
index 4465021d..f2b40ed0 100644
--- a/src/encoding.cpp
+++ b/src/encoding.cpp
@@ -45,7 +45,7 @@ encoding::encoding(const string& name)
encoding::encoding(const encoding& enc)
- : component(), m_name(enc.m_name)
+ : headerFieldValue(), m_name(enc.m_name)
{
}