diff options
Diffstat (limited to '')
-rw-r--r-- | src/net/fetchAttributes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/fetchAttributes.cpp b/src/net/fetchAttributes.cpp index b98e573f..85a41b8c 100644 --- a/src/net/fetchAttributes.cpp +++ b/src/net/fetchAttributes.cpp @@ -51,6 +51,7 @@ fetchAttributes::fetchAttributes(const int attribs) fetchAttributes::fetchAttributes(const fetchAttributes& attribs) + : object() { m_predefinedAttribs = attribs.m_predefinedAttribs; m_headers = attribs.m_headers; |