From 7e265b05f440ed81b80f2de496c9d13221a69fe0 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 10 Dec 2013 08:52:51 +0100 Subject: Simplified types for better readability. Use appropriate types (size_t, byte_t...). Minor warning fixes. --- src/net/fetchAttributes.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/fetchAttributes.cpp') 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; -- cgit